Sunday 13 May 2012

Making Of JAR File....


Hello Friends Pls Follow the Below Steps to make JAR file,
* Copy your java File to one new Folder.
* Open your command prompt. Get into that new folder by using the commands
        1) cd- This command is for enter into new folder.
        2) cd\- Thios command is for coming out from all the folder to drive name.
* When you complete this execute your java file, if it success type JAR( small letter is enough)
   and enter
* Then Follow this command
         jar cvfe somename.jar  javafilename .
then enter it take some time to make..
* After your make it your executable jar file.
.Ask Me If you have any doubt

No comments:

Post a Comment