i’ve been playing with several Linux distros lately, running them as virtual machines with Windows 7 64bit as my host OS. my first attempts at getting the latest Ubuntu (11.10 “Oneiric Ocelot”) and then Linux Mint 12 “Lisa” installed and fully working with VMware tools were a little chaotic. so i thought i would document …
posts tagged: ubuntu
when open-source doesn’t work
i’m trying to compile a small Java app to native bytecode for a specific ARM-Linux board to see what the performance differences is (versus running through the Java SE interpreter). so far no love.
one experience with FOSS…
research this whole cross-compiling idea and Java compilers for a bit. decide to skip the latest release of GCC and go with a …
HowTo: install Sun/Oracle Java SDK on Ubuntu
if you Google “ubuntu java sdk install” you’ll see i’m not the only one that wasn’t sure the “right” way to get the official Sun/Oracle Java SDK onto Ubuntu. Ubuntu has it’s own “standard” JDK and that just confuses things if you’re after the Sun version.
you can of course download a file directly from Oracle. …