Hi,
very annoying feature of Ubuntu always going back to some non-working Java-Runtime, but this should allow you to switch back to sun-java-6
Choosing the default Java to use
Just installing new Java flavours does not change the default Java pointed to by /usr/bin/java. You must explicitly set this:
Open a Terminal window
Run sudo update-java-alternatives -l to see the current configuration and possibilities.
*
Run sudo update-java-alternatives -s XXXX to set the XXX java version as default. For Sun Java 6 this would be sudo update-java-alternatives -s java-6-sun
*
Run java -version to ensure that the correct version is being called.
You can also use the following command to interactively make the change;
I'm running the latest version Jaunty 32bit Netbook remix vesion. There seems to be some other weirdness with my java, I'm going to see if I can't reinstall it or something.