Δημοσιεύτηκε: 07 Ιούλ 2010, 13:36
Για δοκίμασε να αλλάξεις την έκδοση της java που τρέχεις. Εχώ την εντύπωση ότι πρέπει να τρέχεις την open source έκδοση. Για να την αλλάξεις άνοιξε το terminal και κάνε ότι λέει εδώ
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.
https://help.ubuntu.com/community/Java
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.
https://help.ubuntu.com/community/Java