PDA

View Full Version : re: jar files


Dek
10-21-2001, 07:27 PM
Please could some on tell me what is a jar file.

I downloaded a Java Applet program from an OSP (open source project) web site. The douwnload was actually a zip file which I unzipped thus producing two files.

1) html file
2) jar file.

Is a jar file like a zip file?
If so is it possible to unjar the file?
If so will this give me the source codes as I expected before downloading from the OSP web site?

mjc
10-21-2001, 07:37 PM
Try here (http://java.sun.com/products/jdk/1.1/docs/guide/jar/)...

------------------
mjc
Links list:Computer Links (http://www.dreamwater.org/tech/mjc/index.htm)

Celts are the men that heaven made mad, For all their battles are merry and their songs are all sad.

hiredgoonz
10-21-2001, 07:50 PM
Ultimately, you're probably going to need the jdk to do anything...it's free though, and allows you to program in java...they even have a whole series of tutorials to teach you...

------------------
When all else fails, read the instructions.