Comments on: Using Eclipse with OpenJDK 6 on Ubuntu https://grey-panther.net/2008/06/using-eclipse-with-openjdk-6-on-ubuntu.html Just another WordPress site Tue, 21 Jul 2009 09:49:45 +0000 hourly 1 https://wordpress.org/?v=6.9.1 By: Anonymous https://grey-panther.net/2008/06/using-eclipse-with-openjdk-6-on-ubuntu.html#comment-329 Tue, 21 Jul 2009 09:49:45 +0000 https://grey-panther.net/?p=723#comment-329 Thank you very much.

]]>
By: Anonymous https://grey-panther.net/2008/06/using-eclipse-with-openjdk-6-on-ubuntu.html#comment-598 Tue, 02 Dec 2008 05:17:57 +0000 https://grey-panther.net/?p=723#comment-598 To mention one of possible problems when eclipse doesn’t find JVM in script:
/usr/bin/eclipse
..
JAVACMD=”/usr/lib/j2re1.5-sun/bin/java”
in my case i changed it to:
JAVACMD=”/usr/lib/jvm/ia32-java-6-sun-1.6.0.07/jre/bin/java”
or use jvm that is installed in system.

]]>
By: Tarjei Huse https://grey-panther.net/2008/06/using-eclipse-with-openjdk-6-on-ubuntu.html#comment-684 Wed, 17 Sep 2008 14:48:43 +0000 https://grey-panther.net/?p=723#comment-684 You can also do:

update-java-alternatives -s java-6-openjdk

]]>
By: Cd-MaN https://grey-panther.net/2008/06/using-eclipse-with-openjdk-6-on-ubuntu.html#comment-707 Fri, 20 Jun 2008 09:27:25 +0000 https://grey-panther.net/?p=723#comment-707 Well, I’m by no means an Eclipse (or Java) expert, so that probably works (and look easier). Thanks.

]]>
By: Unknown https://grey-panther.net/2008/06/using-eclipse-with-openjdk-6-on-ubuntu.html#comment-708 Fri, 20 Jun 2008 09:26:39 +0000 https://grey-panther.net/?p=723#comment-708 An easier way is to edit the /etc/eclipse/java_home file and place this at the top of the list:

/usr/lib/jvm/java-6-openjdk

]]>
By: Justin https://grey-panther.net/2008/06/using-eclipse-with-openjdk-6-on-ubuntu.html#comment-709 Thu, 19 Jun 2008 04:33:25 +0000 https://grey-panther.net/?p=723#comment-709 Same problem here. Solution worked great, thanks!

]]>