On MacOS X with IE 5.2, that gets me a blank page. Is this because the Mac has only Java 1.3.1, and you are requiring 1.4?
Marilyn de Queiroz
Sheriff
Joined: Jul 22, 2000
Posts: 9033
10
posted
0
It's a thought. I'll check it out.
Marilyn de Queiroz
Sheriff
Joined: Jul 22, 2000
Posts: 9033
10
posted
0
Better?
Ron Newman
Ranch Hand
Joined: Jun 06, 2002
Posts: 1056
posted
0
No. Now I get this message: No Java 2 SDK, Standard Edition v 1.3 support for APPLET!! alt="Your browser understands the <APPLET> tag but isn't running the applet, for some reason." Your browser is completely ignoring the <APPLET> tag! No Java 2 SDK, Standard Edition v 1.3 support for APPLET!!
Pauline McNamara
Sheriff
Joined: Jan 19, 2001
Posts: 4011
posted
0
Mac OSX 10.1, Mozilla 1.0 Got that message too: No Java 2 SDK, Standard Edition v 1.3 support for APPLET!! And under that a broken link icon with a message to try again after installing the plug-in. After downloading the plug-in from the Mozilla site I get the image (GREAT cows!). The message is still displayed above the game, though. P.S. Went through a whole round ok, the message " No Java 2 SDK, Standard Edition v 1.3 support for APPLET!!" stayed displayed above. [ November 02, 2002: Message edited by: Pauline McNamara ]
Dave Landers
Ranch Hand
Joined: Jul 24, 2002
Posts: 401
posted
0
I see the same thing. Message "No Java 2 SDK, Standard Edition v 1.3 support for APPLET!!" but game seems to work OK. This was using Mozilla 1.0 on Win 98 with JDK 1.3.1_02 plugin.
Marilyn de Queiroz
Sheriff
Joined: Jul 22, 2000
Posts: 9033
10
posted
0
Hmmm. I'll work on it some more when I get home from work.
Marilyn de Queiroz
Sheriff
Joined: Jul 22, 2000
Posts: 9033
10
posted
0
Originally posted by Ron Newman: On MacOS X with IE 5.2, that gets me a blank page.
Is this because the Mac has only Java 1.3.1, and you are requiring 1.4?
It doesn't work even if I require 1.3.0. It seems that although the MacOXS X uses Java 1.2 and higher, the IE browser for apple machines is still using version 1.1.8. Since apple does not have a plug-in, you won't be able to play the new version unless you get another browser (like Mozilla for example).
Ron Newman
Ranch Hand
Joined: Jun 06, 2002
Posts: 1056
posted
0
But MacOS X comes with Java Plug-In built in.
Marilyn de Queiroz
Sheriff
Joined: Jul 22, 2000
Posts: 9033
10
posted
0
Well, I tried the combination of IE on Mac OS X at the library ... (also did some reading at java.sun.com)
Please read this thread on browser support for Java 2. Click on the links (they're all listed at the end of the thread) and tell me whether you get 1.1.8 in your browser or a blank screen or if you get something else. [ November 05, 2002: Message edited by: Marilyn de Queiroz ]
Peter Gragert
Ranch Hand
Joined: Jan 16, 2001
Posts: 421
posted
0
IE6 (NT4, and personal firewall running, will check if the firewall is the evil) gives one starting sentence: getting yer horse ready (something like this) and then an empty page! No, without firewall no difference. Java console errormessage: HTTP: java.io.EOFException java.lang.RuntimeException: could not load start data at com.javaranch.roundup.applets.QuizApplet.secondInit(QuizApplet.java:62) at com.javaranch.roundup.applets.QuizApplet.paint(QuizApplet.java:83) at sun.awt.RepaintArea.paint(RepaintArea.java:177) at sun.awt.windows.WComponentPeer.handleEvent(WComponentPeer.java:260) at java.awt.Component.dispatchEventImpl(Component.java:3658) at java.awt.Container.dispatchEventImpl(Container.java:1623) at java.awt.Component.dispatchEvent(Component.java:3439) at java.awt.EventQueue.dispatchEvent(EventQueue.java:450) at java.awt.EventDispatchThread.pumpOneEventForHierarchy(EventDispatchThread.java:197) at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:150) at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:144) at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:136) at java.awt.EventDispatchThread.run(EventDispatchThread.java:99) [ November 06, 2002: Message edited by: Peter Gragert ]
Ron Newman
Ranch Hand
Joined: Jun 06, 2002
Posts: 1056
posted
0
OK, Marilyn, I clicked on those links in IE 5.2 (running on Mac OS 10.2.1 with Java 1.3.1) and got these results: 02a - 1.3.1 02b - blank page 02c - blank page 02d - blank page 02e - 1.3.1 02f - 1.3.1
Tryed this (two before) too. IE 6: and Netscape show a grayed area and then a 'java cup of coffee' then getting started ... then nothing. Javaconsole in IE6 : no error message Javaconsole in Netscape: see earlier.
Marilyn de Queiroz
Sheriff
Joined: Jul 22, 2000
Posts: 9033
10
posted
0
Originally posted by Shilpa Bhargava: java.security.AccessControlExcpetion .... proxy cannot resolve !!
Use your Policy tool to add such permission in your java.policy file. permission java.net.SocketPermission "ServerName :port", "accept, connect, listen, resolve"; [ November 11, 2002: Message edited by: Marilyn de Queiroz ]