Prepare for your Next Interview
|
Welcome to the Geeks Talk forums. You are currently viewing our boards as a guest which gives you limited access to view most discussions and access our other features. By joining our free community you will have access to post topics, communicate privately with other members (PM), respond to polls, upload content and access many other special features. Registration is fast, simple and absolutely free so please, join our community today! If you have any problems with the registration process or your account login, please contact contact us. |
This is a discussion on Jar and exe within the Java forums, part of the Software Development category; is there any difference between JAR and EXE in java...or it's same...???...
|
|||||||
|
|||
|
Re: Jar and exe
Hi ananth,
The JavaTM Archive (JAR) file format enables you to bundle multiple files into a single archive file. Typically a JAR file contains the class files and auxiliary resources associated with applets and applications. Exe is an executable file... The .class files compiled from java files, can not be launched directly. The usual way to start a java program by batch file is not a convenient way. So inorder to avoid this difficulty we need to convert jar files into exe file. After converted into exe file, java program becomes very easy to run. So this is the difference... Thanks & Regards, Riju. |
![]() |
|
| Thread Tools | |
| Display Modes | |
|
|