Re: Linux JDK applets on other platforms

1999-08-01 Thread Kristian Soerensen
> 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 w

Re: Linux JDK applets on other platforms

1999-07-27 Thread Chris Abbey
Allow me to clarify what I meant... IE 5 does not do Java(tm). There is a "byte code virtual machine" within IE5, which does actually recognize many (maybe all) of the same bytecodes as are defined in the Java Virtual Machine Spec, and there is a method library attached to this VM which contains s

Re: Linux JDK applets on other platforms

1999-07-27 Thread Glenn Valenta
Chris Abbey wrote: > > Glenn's applet, while it functions fine while running, after quiting seems > to leave some nasty trails in the JVM which are chewing up memory, as well > as pitching expections around like crazy. Netscape's pathetic JVM just > can't handle that. Looks like your network thre

Re: Linux JDK applets on other platforms

1999-07-27 Thread peter johnson
Glenn, You're lucky - Netscape on Linux won't run some of my (perfectly coded, of course :-) applets. HotJava runs everything I can throw at it, along with appletviewer. Netscape on windoze 95 or IE 4.01 runs them; IE hangs on windoze 98. Tried installing the IE 50.0 upgrade and it rendered the

Re: Linux JDK applets on other platforms

1999-07-26 Thread Glenn Valenta
Charles Forsythe wrote: > > > 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". > > I don't know what's wrong with IE 5.0 (other than it's written my > M

Re: Linux JDK applets on other platforms

1999-07-26 Thread Riyad Kalla
Wow, after I ran your Applet, and even left the page... netscape became a crawling mess of code... chugging along barely able to draw the windows. Anyone have any ideas? -Riyad Glenn Valenta wrote: > I can't get some of my applets to run on any other platforms other than > Linux/Netscape.

Re: Linux JDK applets on other platforms

1999-07-26 Thread Oliver Fels
> I can't get some of my applets to run on any other platforms other than > Linux/Netscape. > > I have a few more complicated projects that I've been working on that I can't > get to run on IE or anything Mac based. The simple stuff works, but as soon as > I throw in frames, I seem to not be able

Linux JDK applets on other platforms

1999-07-25 Thread Glenn Valenta
I can't get some of my applets to run on any other platforms other than Linux/Netscape. I have a few more complicated projects that I've been working on that I can't get to run on IE or anything Mac based. The simple stuff works, but as soon as I throw in frames, I seem to not be able to have oth