OS: Windows 7 32-bit, Java: Java 7
- I have downloaded a jnlp file
- Double click on downloaded JNLP to run
jnlp file was not executed. The following error was shown at pop up:
Error: Could not create the Java Virtual Machine.
Error: A fatal exception has occurred. Program will exit
I also tried to execute from command prompt as follows:
- Execute the batch file containing the following command:
echo "Running Content Studio on Java 7"............
javaws -uninstall
"C:\Program Files\Java\jdk1.7.0_25\jre\bin\javaws.exe" http://cbazyx.com/studio/Test.jnlp
But unfortunately same error occurred: Could not create the Java Virtual Machine.