jar: How-To

Hi All,

I have an applet of about 25 class files,30 images,

and an XML file to read the data. Could somebody show

how to make these into two jars one containingthe

images &

XML data and one that contains the class files? I'm not sure if this is possible. Perhaps I would have to have the two jars inside of one jar so they would both tranfer at the same time? If not maybe you could show me how to add them all into one jar that can be executed from a webpage and how to execute it.

Thanks

Ian

[556 byte] By [IanMechura] at [2007-9-26 2:09:56]
# 1
jar cmf myJarName1.jar *.class *.xmljar cmf myJarName2.jar *.jpegORjar cmf myJarName *.*can't remember if it's *.* or just plainly *
izy100 at 2007-6-29 9:00:14 > top of Java-index,Archived Forums,Java Programming...
# 2
visit the website http://developer.java.sun.com/developer/Books/JAR/regardsRahman
mfrahman at 2007-6-29 9:00:14 > top of Java-index,Archived Forums,Java Programming...