Hi,
I am having a problem invoking a JAR file. I had created a Java package using Eclipse and I can run it under Eclipse. I want to create a JAR file that can be invoked by a double click..
My Manifest file looks like this,
Manifest-Version: 1.0
Created-By: 1.4.2_04 (Sun Microsystems Inc.)
Class-Path: C:\Java\jdk\lib \comm.jar
Main-Class: com.in.st.contr ol.MainProg
And my folder...