Hi
Firat of all I want to ask what is the use of
making executable jar files.
Suppose 'm having two simple class files A.class and B.class
in E:\Files. I created one jar file with both of them.
I know that i have to update the Manifest file. I want to
ask what is to be written in that file for this particular case.
One more thing as these are simple class files, with no GUI,
even if I click on jar file>>>nothingwill happen >>i quess so.
Suppose I want to make an executable jar file say For
HelloWorld
applet. Then which files i have to add into manifest file.
In jar file i will be having one class file for applet and one html file.