I know it works that way but I didn't want to deploy applets separately, but what a hell i can leave with that.
Tks a lot :) On Feb 8, 2008 6:01 PM, Maeder Thomas <[EMAIL PROTECTED]> wrote: > <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] > >
