Results 1 to 4 of 4
Thread: why do i need a jar file
- 03-26-2012, 03:05 PM #1
Member
- Join Date
- Mar 2012
- Posts
- 14
- Rep Power
- 0
- 03-26-2012, 03:11 PM #2
Re: why do i need a jar file
First result for googling "java jar file": Lesson: Packaging Programs in JAR Files (The Java™ Tutorials > Deployment)
How to Ask Questions the Smart Way
Static Void Games - Play indie games, learn from game tutorials and source code, upload your own games!
- 03-26-2012, 03:43 PM #3
Re: why do i need a jar file
jar file maybe an executable file, or a collection of libraries
1.executable
.jar file consists of resources(such as images,input files) and the .java file (main class and other clases) and the compiled file(.class file), with the compiled main class file(.class format) as a header (the header consists of the main class' compile file)
2.a list of libraries (packages) could be in a jar file, whose methods and fields can be imported into our class
regards
dhilip
- 03-26-2012, 04:50 PM #4
Re: why do i need a jar file
Are you sure a jar must contain .java files?
How to Ask Questions the Smart Way
Static Void Games - Play indie games, learn from game tutorials and source code, upload your own games!
Similar Threads
-
Open a jar file with button swing and load this file.jar in a desktop pane
By lordhark in forum AWT / SwingReplies: 15Last Post: 02-16-2012, 03:43 PM -
pack200 .gz file unpack and create .jar file in browser(speed test).
By maheshsardar in forum Java AppletsReplies: 1Last Post: 08-04-2010, 03:24 PM -
Log4J : logs of a specific category to a file, but only errors to the file AND stdout
By msegmx in forum Advanced JavaReplies: 0Last Post: 07-15-2010, 01:23 PM -
how to read openproj(Projity) file i.e. ,POD file(Project Management file)
By mahendra.athneria in forum New To JavaReplies: 0Last Post: 02-11-2009, 09:53 AM -
How to parse the CSV(Comma separation values)file and validate the file using java
By padmajap13 in forum Advanced JavaReplies: 7Last Post: 05-23-2008, 03:46 AM


LinkBack URL
About LinkBacks
Reply With Quote

Bookmarks