Working with applets offline
- From: "sayberman via JavaKB.com" <forum@xxxxxxxxxx>
- Date: Mon, 01 Aug 2005 08:00:08 GMT
Hello,
I have downloaded a web page with its applet extension and put into my
personal PC. Although I address my personal drive and a temp html folder, I
am unable to start this applet and view it in IE. Please help how to run a
java applets while offline in a non-network environment.
What did I do wrong?
(No parameters are driven by this applet!)
See below html code which runs applet.
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=Content-Type content="text/html; charset=windows-1254">
<META content="MSHTML 6.00.2800.1505" name=GENERATOR></HEAD>
<BODY bgColor=#ffffff>
<APPLET
code="howit.class"
codebase=c:\\html\howit.class
height="104%"
width="100%"
></APPLET>
</BODY></HTML>
See also below Java Console message.
java.lang.ClassNotFoundException: howit
at com/ms/vm/loader/URLClassLoader.loadClass
at com/ms/vm/loader/URLClassLoader.loadClass
at com/ms/applet/AppletPanel.securedClassLoad
at com/ms/applet/AppletPanel.processSentEvent
at com/ms/applet/AppletPanel.processSentEvent
at com/ms/applet/AppletPanel.run
at java/lang/Thread.run
.
- Follow-Ups:
- Re: Working with applets offline
- From: Andrew Thompson
- Re: Working with applets offline
- Prev by Date: Re: still confused - help please!
- Next by Date: Re: input stream 101
- Previous by thread: about Yahoo search engine
- Next by thread: Re: Working with applets offline
- Index(es):