> The IE5.0 browser just plain refuses to run them. (at least that's what I'm
> told) With Netscape 4.X on Mac, they get an error similar to "can't find class
> "java.awt.event.WindowEvent".


Hi

Some Mac browser JVM's leaves out certain constructors and methods from
the java.* classes, that's what's generating those strange class or method
not found errors in most cases. Try switching the JIT off so you can see
linenumbers in the java console window, and then try to substitute the
calls in the offending lines with different calls that accomplices the
same but with different method and constructor calls.

IE5 does support Java, but you have to download it seperately.
It works really nice btw.

I suspect that M$'s motives for doing this aren't as nice as their JVM.


--------------------------------------------------------------
The Linux Resource Exchange             http://www.linuxrx.com
Kristian Elof Soerensen    [EMAIL PROTECTED]     (+45) 45 93 92 02 


----------------------------------------------------------------------
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to