When I execute my application from JCover I get the following message. How should I proceed?
Unrecognized option: -classic Could not create the Java virtual machine. The Java runtime you are using does not support the classic VM. For instance JRE 1.3.1 and above does not support classic VM. You can, • Change the JVM options to -hotspot -Xdebug Xnoagent, (for JDK1.3.1 and above) or • Change the Java runtime to the absolute path of Java executable installed as part of JDK (like, C:\jdk1.3.1\bin\java.exe). Since the Java Runtime installed under the JDK directory provides more debug information, it is always a good idea to use it (instead of the one installed under JavaSoft\JRE) during development and testing.