I have an
Applet that I wrote which depends on two other Third-Party Jar files. I have been compiling the classes which are in each of those jar files into my applet jar file. As you can imagine, my applet jar file is getting huge. Does anyone know a better way to deploy these other jar files along with my applet? I have heard of using Optional Packages, but these are not optional. The applet will not run without them. Any ideas on how to do this would help. Thanks
alot.
