Netbeans + bundled tomcat question
DarVar <[email protected]>
| Newsgroups | gmane.comp.java.netbeans.user-interface |
|---|---|
| Message-ID | <[email protected]> |
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.