Logo 
Search:

Java Forum

Ask Question   UnAnswered
Home » Forum » Java       RSS Feeds

Complicated APPLET setup?

  Asked By: Lewis    Date: Apr 07    Category: Java    Views: 580
  

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?

Share: 

 

No Answers Found. Be the First, To Post Answer.

 
Didn't find what you were looking for? Find more on Complicated APPLET setup? Or get search suggestion and latest updates.




Tagged: