Vetrik
Posts: 1
Nickname: blackindia
Registered: Jun, 2003
|
|
trouble in calling an applet - urgetn help
|
Posted: Jun 26, 2003 3:12 AM
|
|
Advertisement
|
hi all,
i use weblogic server, i faced a problem when calling applet from one of my jsp say header.jsp, the applet is not loaded at all.
header.jsp
<HTML> . . . <APPLET CODE="ServletInvoker" width="100" height="100" CODEBASE="/classes/"> </APPLET> </HTML>
note: ServletInvoker.java is my applet file
Where should I place my ServletInvoker.class file so that the jsp will be able to locate this ServletInvoker.class file
|
|