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

