Applet in different directory than .html page

Posted by Jorge Matos on Stack Overflow See other posts from Stack Overflow or by Jorge Matos
Published on 2010-06-10T22:16:50Z Indexed on 2010/06/10 22:22 UTC
Read the original article Hit count: 373

Filed under:
|
|

Hello all,

I'm trying to use a different directory to contain the applets and other directory with .html pages. Both are in the same level, that is, none is a sub-directory of the other.

For that I was trying to use the parameter codebase, however, no matter what I put in codebase value (relative, absolute path) I always get a class not found error.

I googled and found some people with the same problem, but no answers:( Does anybody knows how to accomplish this?

I'm using JRE 1.6_20.

Cheers, Jorge

© Stack Overflow or respective owner

Related posts about java

Related posts about applet