I deploy an application via Java Webstart (using Oracle JDK/JRE 1.7 + Java FX 2).
It works fine for most users, however one of them sometimes (not always) gets this error when launching the application:
Error: Could not create the Java Virtual Machine.
Error: A fatal exception has occured. Program will exit.
Is there a way to get more information about what caused the problem (like a log)?
Any ideas of what the problem could be?