Quote:
Originally Posted by satyabrata_majumder
Hi I am new in awt application ,
I have a Test.java file , I converted it into a jar file ,but i cann't create an exe file from that , I am working on winxp ,
can anbody help me ,,,
thanks
|
Hi
use the following command:
jar -cvmf manifest.txt xxx.jar xx/*.class
xxx=name of the java file (xxx.java)
xx = sub directory where you have compiled the xxx.java prg and placed the .class file
manifest fie :-create text file named manifest.txt with the following
Main-Class: xx.xxx
please take care to save manifest .txt after 2 or 3 tabs
Please read the text for this
Pleas reply
Thanks
As
muthukutta1