The Artima Developer Community
Sponsored Link

Java Answers Forum
trouble in calling an applet - urgetn help

0 replies on 1 page.

Welcome Guest
  Sign In

Go back to the topic listing  Back to Topic List Click to reply to this topic  Reply to this Topic Click to search messages in this forum  Search Forum Click for a threaded view of the topic  Threaded View   
Previous Topic   Next Topic
Flat View: This topic has 0 replies on 1 page
Vetrik

Posts: 1
Nickname: blackindia
Registered: Jun, 2003

trouble in calling an applet - urgetn help Posted: Jun 26, 2003 3:12 AM
Reply to this message Reply
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

Topic: Saving & Opening Previous Topic   Next Topic Topic: Invalid Cursor State

Sponsored Links



Google
  Web Artima.com   

Copyright © 1996-2019 Artima, Inc. All Rights Reserved. - Privacy Policy - Terms of Use