This week's book giveaway is in the Agile and other Processes forum.
We're giving away four copies of The Mikado Method and have Ola Ellnestam and Daniel Brolund on-line!
See this thread for details.
The moose likes Ranch Office and the fly likes Error in Applet Viewing - Rules RoundUp Game Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » This Site » Ranch Office
Reply Bookmark "Error in Applet Viewing - Rules RoundUp Game" Watch "Error in Applet Viewing - Rules RoundUp Game" New topic
Author

Error in Applet Viewing - Rules RoundUp Game

Shafian Kisna
Ranch Hand

Joined: Oct 25, 2005
Posts: 70
Hi,

I have had problems to view the appletviewer under Java Round Up Game. I did try to check the settings and also got the latest j2se1.5. When I opened up the java console, I got this error
oad: class com.javaranch.roundup.applets.QuizApplet.class not found.
java.lang.ClassNotFoundException: com.javaranch.roundup.applets.QuizApplet.class
at sun.applet.AppletClassLoader.findClass(Unknown Source)
at java.lang.ClassLoader.loadClass(Unknown Source)
at sun.applet.AppletClassLoader.loadClass(Unknown Source)
at java.lang.ClassLoader.loadClass(Unknown Source)
at sun.applet.AppletClassLoader.loadCode(Unknown Source)
at sun.applet.AppletPanel.createApplet(Unknown Source)
at sun.plugin.AppletViewer.createApplet(Unknown Source)
at sun.applet.AppletPanel.runLoader(Unknown Source)
at sun.applet.AppletPanel.run(Unknown Source)
at java.lang.Thread.run(Unknown Source)
Caused by: java.io.IOException: open HTTP connection failed.
at sun.applet.AppletClassLoader.getBytes(Unknown Source)
at sun.applet.AppletClassLoader.access$100(Unknown Source)
at sun.applet.AppletClassLoader$1.run(Unknown Source)
at java.security.AccessController.doPrivileged(Native Method)
... 10 more

Can someone please advice me on how can I resolve this?

Best Regards
Ernest Friedman-Hill
author and iconoclast
Marshal

Joined: Jul 08, 2003
Posts: 24057
    
  13

Can you run applets on other web sites?


[Jess in Action][AskingGoodQuestions]
Shafian Kisna
Ranch Hand

Joined: Oct 25, 2005
Posts: 70
Hi,

Yes I am able to.

Regards
Shafian Kisna
Ranch Hand

Joined: Oct 25, 2005
Posts: 70
Hi,

I do come regularly to javaranch and I am able to access the games before but not now. Could there be anything wrong with the IE properties? I checked on another machine and it fails but it works for another colleague of mine?!

Pls advice.

Thanks
Marilyn de Queiroz
Sheriff

Joined: Jul 22, 2000
Posts: 9033
    
  10
We haven't changed anything recently. Have you tried using a different browser?


JavaBeginnersFaq
"Yesterday is history, tomorrow is a mystery, and today is a gift; that's why they call it the present." Eleanor Roosevelt
 
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to run our stuff on 16 servers instead of 3.
 
subject: Error in Applet Viewing - Rules RoundUp Game
 
Similar Threads
cant run Java rules round up game
This is the error with the cattle game posted on website
Links not working & Rules Roundup game
Ranch Game not working?
problem on extending a class declared on the same package!!