Right, basically I have a fairly complicated Java applet setup that I'd prefer
to use...I have four sets of files:
1 The applet code.
2 A JAR file with lots of common code
3 ...and a directory structure same as the JAR file, but containing images and
other resources.
4 The HTML calling the applet.
Now, the files will probably run something like this:
/jdk
- JAR file (2)
- directory structure (3)
/content
/2004
- HTML file (4)
/java
- Class code (1)
No matter what combination of code, codebase, archives I try, I can't seem to
get it all to agree. Will I have to make a compromise somewhere?