Applet in different directory than .html page
- by Jorge Matos
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