<snip>
...
> 
> How should i set the codebase in this situation? I guess code 
> is still com.someapplication.somepackage.AppletClass
> 
> I still get com.someapplication.somepackage.AppletClass not 
> found exception.
> 
> Any ideas how the applet tag should be written?
> 

The reason you can't figure out how to write the codebase is that you're
not supposed to do it that way. The codebase must point to a location
that is accessible to a client of the web server (i.e. the browser).
Web-inf is not accessible for good reasons. Build a jar, put it with
your other web resources!

Thomas

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to