You are here: DEVPPL Forum Programming Java Forum
NOTIFICATIONS
54.060
MEMBERS
15.677
TOPICS
62.241
POSTS
  562
FLASH GAMES
7.740
TUTORIALS
 

Login

E-mail:
Password:

JAR Files

0

Loading

JAR Files

Postby Dafunkymunky » Fri Jul 21, 2006 4:31 pm

Hi Guys,

Does anybody know how to create jar files and execute them..

Thanks in Advance
--------DAFUNKYMUNKY--------
::THE::NECESSARY::[D]EVIL::
....errr i mean munky....
Dafunkymunky
 
Reputation: 0
Posts: 183
Joined: Fri Apr 08, 2005 8:32 am
Location: India
Highscores: 0
Arcade winning challenges: 0

JAR Files - Sponsored results

Sponsored results

Login to get rid of ads

 

0

Loading

Postby Nighthawk » Sat Jul 22, 2006 9:10 pm

You need to install some aditional software, but all I remember is that it was bigger than 100 MB. Go to JAVA webstite you will find more info there.
Nighthawk
 
Reputation: 0
Posts: 420
Joined: Sun Jun 11, 2006 2:53 pm
Location: SFRJ
Highscores: 0
Arcade winning challenges: 0
0

Loading

Postby Johneva » Sat Jul 22, 2006 10:40 pm

Not sure about jar files but all programming I have done yeah you need software to make the file an executable file, just the file in a page of code dont do nothing.

I have only played around with C++ so I may be wrong.
Image
Only God Can Judge Me.
Johneva
 
Reputation: 0
Posts: 565
Joined: Sat Oct 29, 2005 2:16 pm
Location: Stafford, England
Highscores: 0
Arcade winning challenges: 0
0

Loading

Postby Nighthawk » Sun Jul 23, 2006 9:17 pm

JAVA is a little bit different, you don't make .exe files, you make .jar (or something like this) and they run in some java environment.

I forgot these things go to java website for more info, they also have very nice tutorial in html format.
Nighthawk
 
Reputation: 0
Posts: 420
Joined: Sun Jun 11, 2006 2:53 pm
Location: SFRJ
Highscores: 0
Arcade winning challenges: 0
0

Loading

JAR file

Postby Virtual_manu » Fri Sep 29, 2006 9:40 am

in linux system you can create jar file by typing :-

jar -cvf <jarfilename.jar> *

suppose u want make jar of files in test folder then :-

1> open linux terminal
2> get into test folder
3>type : - jar -cvf test.jar *
Virtual_manu
 
Reputation: 0
Posts: 1
Joined: Fri Sep 29, 2006 9:34 am
Highscores: 0
Arcade winning challenges: 0
0

Loading

Re: JAR Files

Postby Nblz » Wed Nov 11, 2009 6:09 pm

use eclipse, code your stuff, and than export as .JAR file (export is what it was like when i used it last month, it may have changed.)
Nblz
 
Reputation: 0
Posts: 4
Joined: Thu Sep 24, 2009 4:29 am
Highscores: 0
Arcade winning challenges: 0
^ Back to Top