Path: csiph.com!x330-a1.tempe.blueboxinc.net!feeder1.hal-mli.net!nx02.iad01.newshosting.com!newshosting.com!news-out.readnews.com!transit3.readnews.com!postnews.google.com!q14g2000prh.googlegroups.com!not-for-mail From: Sanny Newsgroups: comp.lang.java.programmer Subject: Creating Archive Files in Eclipse with images. Date: Wed, 18 May 2011 05:16:38 -0700 (PDT) Organization: http://groups.google.com Lines: 45 Message-ID: <97d85e5c-e75b-41d0-a967-02cdbf7b4913@q14g2000prh.googlegroups.com> NNTP-Posting-Host: 122.168.67.74 Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 X-Trace: posting.google.com 1305720998 30368 127.0.0.1 (18 May 2011 12:16:38 GMT) X-Complaints-To: groups-abuse@google.com NNTP-Posting-Date: Wed, 18 May 2011 12:16:38 +0000 (UTC) Complaints-To: groups-abuse@google.com Injection-Info: q14g2000prh.googlegroups.com; posting-host=122.168.67.74; posting-account=TwCTWQgAAAC7hf6GV7aTGIk6mVGkiZ5c User-Agent: G2/1.0 X-HTTP-UserAgent: Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; FDM),gzip(gfe) Xref: x330-a1.tempe.blueboxinc.net comp.lang.java.programmer:4249 I have created an applet that has 20-30 images. I want all of them to be put in one archive file. and I just display the archive file in applet. I found somewhere I can omit the .class prefix. My images are on the same directory as the classfile. How to create a .jar file in eclipse? I tried to Export in Eclipse It gives two options. 1. Export -> Create Archive file. 2. Export -> Java -> Create Jar Do they both are the same things? Can I create .zip instead of .jar will that work with applets? I found Eclipse gives no option to add images to the .jar file. Can I use winzip to create a zip/ jar file? How to include all images in the .jar file. Incase I use .zip and compression will it work on all browsers. I find it asks for Manifest File? What is this? What information can I give to Manifest file? What will happen If I do not give manifest file. As my applet already know the class to start with? Once I create the .jar file Do I have to add the .class files to the server? Will .jar provide everything the applet needs? Bye Sanny