How to make the EXE(JAR) file of any project in java?

Questions by vivek123

Showing Answers 1 - 8 of 8 Answers

anuj

  • Aug 21st, 2006
 

write in cmd prompt

jar cf myjar.jar "your class file"

  Was this answer useful?  Yes

Sunny

  • Sep 14th, 2006
 

plz explain me how to acheive EXE file for JAVA program(not server side) i.e of AWT,SWIMG or of CORE JAVA .or how to use jar file for running  core java class file.

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions