How to permanently choose in Ubuntu/Kubuntu Linux which JRE should be used so you don't need to configure it manually for Eclipse, Install4J (thus also for i2Brain) etc. manually:
sudo update-alternatives --config java
For the Sun JRE, you also need to install the corresponding sun-java6-*
packages
beforehand.
So kann man in Ubuntu/Kubuntu Linux auswählen, welche JRE man dauerhaft benutzen will, damit man es für Eclipse, Install4J (und damit auch für i2Brain) etc. nicht immer manuell einstellen muss:
sudo update-alternatives --config java
Für die Sun-JRE benötigt man natürlich vorher noch die entsprechenden
sun-java6-*
-Pakete.