With the recently OSX JDK 7 ea release from Oracle. How to run Eclipse Indigo ?

I get the following error msg:

$ echo $JAVA_HOME
/Library/Java/JavaVirtualMachines/JDK 1.7.0 Developer Preview.jdk/Contents/Home
$ java -version
openjdk version "1.7.0-ea"
OpenJDK Runtime Environment (build 1.7.0-ea-b211)
OpenJDK 64-Bit Server VM (build 21.0-b17, mixed mode)
$ /Applications/eclipse/Eclipse.app/Contents/MacOS/eclipse
JavaVM: requested Java version ((null)) not available. Using Java at "" instead.
JavaVM: Failed to load JVM: /bundle/Libraries/libserver.dylib
JavaVM FATAL: Failed to load the jvm library. 
link|improve this question

Specify the vm to use in eclipse.ini? (Just a guess, never used eclipse on osx before) – bdares Oct 6 '11 at 3:01
OSX uses Info.plist - but it fails. – Olivier Refalo Oct 6 '11 at 3:29
feedback

5 Answers

up vote 3 down vote accepted

I actually found the official answer

http://code.google.com/p/openjdk-osx-build/wiki/EclipseWithOpenJDK

link|improve this answer
feedback

Update: this solution doesn't work, any suggestions.

Found a temporary solution:

$ /Applications/eclipse/Eclipse.app/Contents/MacOS/eclipse -vm /Library/Java/JavaVirtualMachines/JDK\ 1.7.0\ Developer\ Preview.jdk/Contents/Home/
link|improve this answer
Yes, you can also add that -vm argument to the Mac equivalent of the eclipse.ini file to make it permanent. I'm looking for the location now. – Mac Oct 6 '11 at 3:01
OK, I believe the file to change is ...Eclipse.app/Contents/Info.plist. See stackoverflow.com/questions/6650547/… – Mac Oct 6 '11 at 3:03
let me try .... – Olivier Refalo Oct 6 '11 at 3:08
It doesn't work, neither the -vm nor the Info.plist edit. Eclipse still runs with 1.6. To confirm it do About Eclipse, Installation Details,Configuration java.home still points to the old one... damn it – Olivier Refalo Oct 6 '11 at 3:15
feedback

Try this: http://twitter.com/#!/cimnine/status/126219234203271168/photo/1

Worked for me.

link|improve this answer
yes, it works... – Olivier Refalo Nov 2 '11 at 3:28
link is broken... – Olivier Refalo Mar 18 at 20:26
works for me... – cimnine Mar 21 at 22:35
feedback

Im running Eclipse on openjdk 6 with no problem. Im a novice. I only write small programs approximately of 200 lines max and they work just fine. I must say I have used eclipse on Windows with Sun JDK 6 I found Eclipse faster on linux with openjdk 6.

I have come to know that Sun JDK 6 is created using the openjdk 6 codes so I think most of the functionality available on Sun JDK 6 can be found in openjdk 6

link|improve this answer
feedback

The Eclipse bug is resolve in the last Eclipse 3.8 Milestone.

It's work for me.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.