hi all,
I am new to jsp i want to import applet class into jsp file .
am using netbean IDE how can I define code base.
<applet CODE ="app.class" codebase="http://localhost:8080/proj/build/WEB-INF/classes/" width="804" height="512">
</applet>
thanks in advance