Hey Monkeys. I’m having problems installing JME on OS X 10.8.2. After I start the installer it outputs:
Searching for JVM on the system... Java SE Development Kit (JDK) was not found on this computer JDK 6 is required for installing jMonkeyEngine SDK. Make sure that the JDK is properly installed and run installer again. You can specify valid JDK location using --javahome installer argument..
So this time I execute
/Users/username/Downloads/jMonkeyEngine\ SDK\ Installer.app/Contents/MacOS/executable --javahome /Library/Java/Homeand the output is
xecutable: line 468: Support/NetBeans: No such file or directory Configuring the installer... Searching for JVM on the system... Java Runtime Environment (JRE) was not found at the specified location /Library/Java/Home
So I did
java -version
which gives me
java version “1.6.0_37”
Java™ SE Runtime Environment (build 1.6.0_37-b06-434-11M3909)
Java HotSpot™ 64-Bit Server VM (build 20.12-b01-434, mixed mode)
meaning both JRE and JDK are installed, just the installer can’t locate them.