PDA

Click to See Complete Forum and Search --> : executable Jar files ??


zmerlinz
Mar 13th, 2002, 03:26 AM
does anyone know how to make these executable Jar files, they could be useful for something i need to do ??

cheers

Pix
Mar 13th, 2002, 01:57 PM
I've never heard of Jar files, what are they?

Dillinger4
Mar 13th, 2002, 02:50 PM
Java Archive. :p

Pix
Mar 13th, 2002, 04:39 PM
:o it's been a long day

zmerlinz
Mar 14th, 2002, 05:04 AM
but A) how do you make them ??
and B) how do you make them executable ?

daveyboy
Mar 20th, 2002, 10:42 AM
what's wrong with asking the resident java guru, you see on a daily basis?

:) :( :o :D ;) :p :cool: :rolleyes: :mad: :eek: :confused:

AMDPwred
Mar 20th, 2002, 10:53 AM
There are a number of way to do this. If you are using an IDE such as JBuilder it can make one for you. I personally have made some utils that are in a cmd file in my project directory. This should help you out alot. (http://java.sun.com/docs/books/tutorial/jar/).