i converted my class file to .jar file but when i double click on the file its does not run, gives an error: a java exception has occured, when trying to open it with the jvm
How did you convert your class in .jar file? Does your class contain a main method and did you include a MANIFEST.MF file in the jar to tell the JVM which class to invoke when the jar file is run?