I tried installing Java 7 (aka 1.7) on OSX 10.7.5 (Lion).
Unfortunately, it seems that all this has mixed up Java, and I'm not sure how to solve the problem. Currently, when I try to start Eclipse, I get an error:
The JVM shared library "/System/Library/Frameworks/JavaVM.framework" does not contain the JNI_CreateJavaVM symbol.
Programs such as Minecraft and PhpStorm will be completely destroyed without errors.
Running "java -version" in the terminal gives me:
java version "1.6.0_37" Java(TM) SE Runtime Environment (build 1.6.0_37-b06-434-11M3909) Java HotSpot(TM) 64-Bit Server VM (build 20.12-b01-434, mixed mode)
Which, I understand, should be expected with a direct installation of Java 7. Unfortunately, Utilities β Java Settings have been removed in OSX 10.7.5, and an attempt to load System Preferences β Java Panel does not work (this says that it opens in a new window, but does not appear when a button appears to reload it by clicking it to do nothing).
I tried reinstalling various versions of JRE and JDK to no avail.
Is there anyway to lay out the lot and start again, or am I missing something really obvious?
java installation macos
DanielM Dec 10 '12 at 17:59 2012-12-10 17:59
source share