How do I run Eclipse using Oracle's new 1.7 JDK for the Mac?

Posted by sanity on Stack Overflow See other posts from Stack Overflow or by sanity
Published on 2012-04-27T14:40:05Z Indexed on 2013/10/26 9:54 UTC
Read the original article Hit count: 144

Filed under:
|
|

I'm trying to get the new 1.7 JDK working with Eclipse (this is Oracle's official release).

I don't mean just pointing Eclipse to it so you can use it in projects, this works fine, but actually making Eclipse run using the 1.7 JVM.

I've moved the new JVM to the top of the list in Java Preferences, but Eclipse still starts with 1.6. If I disable 1.6 in Java Preferences I get a dialog immediately after I double-click on Eclipse saying "Failed to create the Java Virtual Machine".

edit: I added the following to my eclipse.ini just before the -vmargs:

-vm
/Library/Java/JavaVirtualMachines/1.7.0.jdk/Contents/Home/bin/java

Yet in the Eclipse installation details dialog I still see:

java.runtime.version=1.6.0_31-b04-415-11M3646

edit 2: here are the contents of my eclipse.ini file: https://gist.github.com/2512578

© Stack Overflow or respective owner

Related posts about java

Related posts about eclipse