|
-
Mar 2nd, 2006, 04:37 AM
#1
Thread Starter
Lively Member
JAR File
What is JAR file in Java? What is this file used for?
-
Mar 2nd, 2006, 06:13 AM
#2
Frenzied Member
-
Mar 2nd, 2006, 06:44 AM
#3
Lively Member
Re: JAR File
JAR:Java Archive FIle
Used to merge together classes/packages into a single file,which is actually compressed.This file may be viewed as such or extracting its contents.
-
Mar 4th, 2006, 09:44 PM
#4
Re: JAR File
Technically, it's just a ZIP archive, with the additional META-INF file in the right location, containing a bit of additional info about the file's contents.
All the buzzt
 CornedBee
"Writing specifications is like writing a novel. Writing code is like writing poetry."
- Anonymous, published by Raymond Chen
Don't PM me with your problems, I scan most of the forums daily. If you do PM me, I will not answer your question.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|