Re: Netbeans + bundled tomcat question
"Lluis Turro" <[email protected]>
| Newsgroups | gmane.comp.java.netbeans.user-interface |
|---|---|
| Message-ID | <[email protected]> |
Applets are loaded by browsers and your applet class probably is under /WEB-INF/classes, where can't be reached. On 12/12/06, DarVar <[email protected]> wrote: > > I created a web project in Netbeans with a jsp. > > The jsp runs fine with tomcat. > > However when I include an applet within the jsp I get a > ClassNotFounfException and the applet is not loaed into the resulting page > from the jsp. > > My code in the jsp is as follows: > > <applet code="com.test.app.NewApplet" width=170 height=150> > <PARAM name="java_codebase" value="."> > </applet> > > The applet was created in the same Netbeans project as the jsp > > -- > View this message in context: http://www.nabble.com/Netbeans-%2B-bundled-tomcat-question-tf2808902.html#a7837495 > Sent from the Netbeans - UI mailing list archive at Nabble.com. > -- Lluis Turro http://www.xmlportal.net http://www.turro.org