• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

Round up game "not working"?

 
Ranch Hand
Posts: 18944
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi, my apologies in advance since I'm sure this is a dumb question. Anyone know why when I run the roundup game the screen resolves but the jsp never runs? All I get is a blank box. Any help would be appreciated. Thanks.
 
Anonymous
Ranch Hand
Posts: 18944
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Sorry, I was not looking very carefully. I just saw the post from early March re: this game. My operating system is nt 4 sp5 with IE 5. I have jdk1.3.1_01 on this machine. Thanks again.
 
Anonymous
Ranch Hand
Posts: 18944
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Me again.
Once again I noticed something I missed the first time through. The game itself warns:
WARNING: If you have installed Sun's jdk version 1.3.1 or higher, you will need to disable the option to "Use Java 2 v1.3.1_02 for <applet<
So many Virtual Machines... so little consistency... the joy of applets!
The only problem is that I don't know where to go to disable that! Any help would be appreciated.
ps, to those who would warn me about using a false name, I was not aware of the name rules. As this site has a ton of info I'll be back to pester all of you in the future. I'll be sure to register then.
 
Sheriff
Posts: 9109
12
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
In IE5 go to "Tools", "Internet Options ...". Click on the "Advanced" tab.
Find the box that says, "Use Java 2 v1.3.1_02 for <applet>(requires restart) and uncheck it.
 
reply
    Bookmark Topic Watch Topic
  • New Topic