HTML Help Forum Index HTML Help
Please Search for the answer to your question before asking it! Thanks.
 

Applet Error: LOADING JAVA APPLET FAILED
Post a Reply to this Topic Ask a New Question
Click here to go to the original topic
       HTML Help Forum Index -> General HTML
View previous topic :: View next topic  
Author Message
jeff.hinshaw@lmco.com



Joined: 07 Mar 2005
Posts: 3

Posted: Mon Mar 07, 2005 3:46 pm     Applet Error: LOADING JAVA APPLET FAILED  

Receiving this error.

SimpleApplet.java / .class
hello.html

are both in directory d:\ and there is no sub-directory.

I can get the applet to run with appletviewer but not in IE.

** code for hello.html

<html>
<title>Hello World</title>
<center><h1>Hello World</h1></center>
<body>
<applet codebase="d:\"
code="SimpleApplet.class"
width=500 height=120>
</applet>
</body>
</html>
brianng



Joined: 17 Dec 2004
Posts: 123

Posted: Mon Mar 07, 2005 8:21 pm      

hmm try this code

Code:
<APPLET CODE="SimpleApplet.class" CODEBASE="." WIDTH=500 HEIGHT=120></APPLET>
jeff.hinshaw@lmco.com



Joined: 07 Mar 2005
Posts: 3

Posted: Tue Mar 08, 2005 6:52 am     No luck  

This also does not work. Thanks though.
 
 
HOSTING / DESIGN
MAKE MONEY

       HTML Help Forum Index -> General HTML
Page 1 of 1


Powered by phpBB Search Engine Indexer
Powered by phpBB 2.0.19 © 2001, 2002 phpBB Group