Saturday, February 13, 2010

VMClassLoader problem while executing jar file using gij

Check the version of the java .

This error mainly arises because of version compatibility.

If you have compiled using higher version of java (say java 1.6 or 1.5) and try to execute in an environment with java 1.4, you may get this error.

use the below command to find the java version in your sys
>java -version

If this is not the same as the compiled version of your code then try to install the required version through manual install and execute from the bin directory.

No comments:

Post a Comment