Java Applet HTML Issues

Please support our Java advertiser: Programming Forums - DaniWeb Sister Site
Thread Solved

Join Date: Feb 2008
Posts: 39
Reputation: CaffeineCoder is an unknown quantity at this point 
Solved Threads: 0
CaffeineCoder CaffeineCoder is offline Offline
Light Poster

Java Applet HTML Issues

 
0
  #1
Apr 16th, 2008
OK, this should be easy (in theory) but I'm having issues with the java applet showing up in the HTML. The applet works when I run it within the IDE, but when I try to run the applet, a message in the bottom left of the applet window says that the initializing failed. Anyone have any advise or recommendation on this?? The code below is the applet that is in the same dir as the class file.

  1. <html>
  2. <H3><HR WIDTH="100%">Applet HTML Page<HR WIDTH="100%"></H3>
  3.  
  4. <P>
  5. <APPLET code="Fireworks.class" width=350 height=200></APPLET>
  6. </P>
  7.  
  8. </html>
Reply With Quote Quick reply to this message  
Join Date: Aug 2007
Posts: 796
Reputation: darkagn has a spectacular aura about darkagn has a spectacular aura about darkagn has a spectacular aura about 
Solved Threads: 110
darkagn's Avatar
darkagn darkagn is offline Offline
Master Poster

Re: Java Applet HTML Issues

 
0
  #2
Apr 16th, 2008
Try adding some println statements to your init() method to see where the initialisation fails. Your html code appears correct to me...
There are no stupid questions, only those too stupid to ask for help.
echo is a web developer's best friend.
Reply With Quote Quick reply to this message  
Join Date: Feb 2008
Posts: 39
Reputation: CaffeineCoder is an unknown quantity at this point 
Solved Threads: 0
CaffeineCoder CaffeineCoder is offline Offline
Light Poster

Re: Java Applet HTML Issues

 
0
  #3
Apr 16th, 2008
Thanks. Found that the IDE created some text that throws the system off. Goofs up the system.
Reply With Quote Quick reply to this message  
Reply

This thread has been marked solved.
Perhaps start a new thread instead?
Message:



Similar Threads
Other Threads in the Java Forum
Thread Tools Search this Thread



About Us | Contact Us | Advertise | DaniWeb | Acceptable Use Policy | RSS Feed

©2003 - 2009 DaniWeb® LLC