Geeks Talk

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.

Jar and exe

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...???...

Go Back   Geeks Talk > Software Development > Java
Register Blogs FAQ Tag Cloud Calendar Mark Forums Read

Java Java related Issues and Problems

Reply

 

LinkBack Thread Tools Display Modes
  #1 (permalink)  
Old 05-15-2009
Junior Member
 
Join Date: Feb 2008
Location: Erode
Posts: 12
Thanks: 1
Thanked 0 Times in 0 Posts
ananth3335 is on a distinguished road
Smile Jar and exe

is there any difference between JAR and EXE in java...or it's same...???
Reply With Quote
Sponsored Links
  #2 (permalink)  
Old 06-27-2009
Expert Member
 
Join Date: May 2009
Location: Bangalore
Posts: 991
Thanks: 155
Thanked 420 Times in 201 Posts
rijus is just really nicerijus is just really nicerijus is just really nicerijus is just really nicerijus is just really nice
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.
Reply With Quote
  #3 (permalink)  
Old 07-03-2009
Junior Member
 
Join Date: Jul 2009
Location: india
Posts: 1
Thanks: 0
Thanked 0 Times in 0 Posts
mdrrrr is on a distinguished road
Re: Jar and exe

[QUOTE=ananth3335;44469]is there any difference between JAR and EXE in java...or it's same...???

jar file is diff from exe file
Reply With Quote
Reply

  Geeks Talk > Software Development > Java

« Scjp | java »
Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off



All times are GMT -4. The time now is 11:51 AM.


Powered by vBulletin® Version 3.8.4
Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.
Content Relevant URLs by vBSEO 3.3.1
Copyright © 2009 GeekInterview.com. All Rights Reserved