I m trying to use e(fx)clipse with java8 and eclipse Luna on my mac (yosemite).
In a terminal : java -version gives me
java version "1.8.0_25" Java(TM) SE Runtime Environment (build 1.8.0_25-b17) Java HotSpot(TM) 64-Bit Server VM (build 25.25-b02, mixed mode)
In my eclipse.ini I m putting :
-vm /Library/Internet Plug-Ins/JavaAppletPlugin.plugin/Contents/Home/bin/java
which points to my java8 folder. In eclipse I ve set up the java8 jre.
But when I open eclipse I m still getting :
You are not running your eclipse instance with Java8 ....
I can't get where I am wrong. Any clue?
Thanks.
/Library/Internet Plug-Ins/JavaAppletPlugin.plugin/Contents/Home/bin/javaseriously the path to the JRE on a Mac? The path sounds like just a browser plugin to me. - André Stannek/Library/Java/JavaVirtualMachines/jdk1.8.0_25.jdk/Contents/Home- greg-449