I've downloaded a copy of the Worklight CLI installer from here, specifically the installer for 6.2.0.1 (I'm aware this isn't current, I need an older version to debug a specific problem). I am attempting to install it on OS X Mountain Lion (10.9).
However, I seem to be having problems installing it. When I unzip the installer, I get an install_mac.app/
directory. I open this with open install_mac.app
from the Terminal. However, when I've clicked the button to enter the administrator password (which is accepted), the installer then shows this screen for about 5 seconds, then disappears completely (is no longer running). It appears that at this point it has crashed (although there is no stack trace or similar in the terminal).
How can I debug/fix the installer? Alternatively, is there a way to manually install the CLI?
My $JAVA_HOME
is set to /Library/Java/JavaVirtualMachines/jdk1.7.0_51.jdk/Contents/Home
. /Library/Java/JavaVirtualMachines/jdk1.7.0_51.jdk/Contents/Home/bin/java -version
gives:
java version "1.7.0_51"
Java(TM) SE Runtime Environment (build 1.7.0_51-b13)
Java HotSpot(TM) 64-Bit Server VM (build 24.51-b03, mixed mode)