I cannot get my favorite Java application to run on the JRockit JVM. What am I doing wrong?
Many problems with running applications on the JRockit JVM is due to erroneous environment variables or non-standard startup options. Start by ensuring that your environment variables are set up correctly. Make sure that you have set your JAVA_HOME environment variable correctly, i.e. set to the directory where the JRockit JVM has been installed, and that %JAVA_HOME%\bin is available in your PATH environment variable before any other directory where any version of java.exe may exist. When running applications as Windows services it is crucial that you set these environment variables system wide.