the reason I advised uninstalling the OpenJDK first was that in my case on many instance, doing a simple update-alternatives didn’t work… only fully uninstalling the OpenJDK before installing the Sun JRE did work.
But there’s no harm trying
As for java 1.5 vs 1.6. If you install the 1.5, launch Developer and change the default L&F, then install the 1.6, this works (in my case on Mint 9 - and I tried 32 and 64-bit Gnome and KDE).
Thanks for the assist. I am trying to get OpenJDK off my system and I am not sure it is all gone. Here’s the situation. I removed it with the ubuntu software center. Then I look at:
sudo update-alternatives --config java
It tell me:
Selection Path Priority Status
0 /usr/lib/jvm/java-6-openjdk/jre/bin/java 1061 auto mode
1 /usr/lib/jvm/java-6-openjdk/jre/bin/java 1061 manual mode
(I installed the Sun-Java runtime before I tried to uninstall OpenJDK.)
So, I tried these commands:
sudo apt-get remove openjdk-6-jdk
Ubuntu told me to run autoremove so I did. Now Ubuntu tells me that openjdk-6-jdk is gone but I still see all the alternatives so I do not know if it is gone. I don’t want to run Servoy until only Sun is left.
Am I missing something here? Is it safe for me to use Servoy?
Thanks. Sorry if the question is dum dum… I am new to all this…
You can install as many JVMs as you want in your linux System. Servoy will use the active one (java -version).
Look at /usr/bin/java, it’s just a symbolic link to the java’s directory. I’ve installed openJDK, Sun 1.5 and Sun 1.6 on my system, changing betwen jvms when I want and everything goes right.
OK. I just tried it again. I did not reinstall Servoy, I just tried to run the crm solution and again it just ended Servoy.
A few other notes might be relevant here:
When I installed, it wanted to install in the /usr tree but then it said that it could not write there so I installed it under home
I can only run Servoy by navigating to the Servoy/Developer folder and running the servoy app from there. If I try to add it to my menu, it cannot find the application server.
I have confirmed that the Sun jre is selected as shown here: