Results 1 to 5 of 5
Thread: Jar file???
- 01-05-2012, 06:11 AM #1
Member
- Join Date
- Jan 2012
- Posts
- 27
- Rep Power
- 0
- 01-05-2012, 06:49 AM #2
Moderator
- Join Date
- Feb 2009
- Location
- New Zealand
- Posts
- 4,561
- Rep Power
- 11
Re: Jar file???
Netbeans will have dialogs that enable jar files to be created and be made accessible to other programs that you write.
I don't know what these are (others might) but I do know that you will gain the best understanding of such fundemental concepts by working at the command line at first and following the illustrated discussion in, eg, Packaging Programs in Jar Files in Oracle's Tutorial.
- 01-05-2012, 09:51 AM #3
Member
- Join Date
- Jan 2012
- Posts
- 27
- Rep Power
- 0
Re: Jar file???
Thanks!!
i got how to create jar !!
but its not a executable its a zip file!!
and when i used
java -jar <myfile.jar>
command then it gives error
main function is not present !!!
what to do
???
- 01-05-2012, 10:26 AM #4
Member
- Join Date
- Jan 2012
- Posts
- 9
- Rep Power
- 0
Re: Jar file???
You created a jar archive not a jar executable. Did you create a manifest file? If so please paste it's contents here.
- 01-05-2012, 02:16 PM #5
Member
- Join Date
- Jan 2012
- Posts
- 27
- Rep Power
- 0
Similar Threads
-
Write a program that sorts data from a text file and sort them in a file
By danmgz45 in forum New To JavaReplies: 6Last Post: 12-01-2010, 05:31 AM -
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 -
Sending a File from Server to Client and saving the file to Clients computer
By al_Marshy_1981 in forum NetworkingReplies: 8Last Post: 02-18-2010, 12:54 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.gif)

Bookmarks