Re: strange gcjappletviewer problem

2006-02-14 Thread Michael Koch
On Mon, Feb 06, 2006 at 08:01:56PM +0100, Michael Koch wrote: On Mon, Feb 06, 2006 at 06:45:56PM +0100, Christian Thalinger wrote: On Mon, 2006-02-06 at 19:32 +0100, Michael Koch wrote: I guess this more that the verifier is less strict in SUNs appletviewer case. Class file formats has

Re: strange gcjappletviewer problem

2006-02-14 Thread Christian Thalinger
On Tue, 2006-02-14 at 10:11 +0100, Michael Koch wrote: Ok. I commited a fix to gcjwebplugin CVS. There was a search path issue in the AppletClassLoader which looked at the codebase before it looked in the archives which caused the webserver to return a 404 error document which gcjappletviewer

Re: strange gcjappletviewer problem

2006-02-06 Thread Michael Koch
On Fri, Feb 03, 2006 at 09:49:45AM +0100, Christian Thalinger wrote: Hi! I just tried to get an applet running with gcjappletviewer but i get a strange exception: Exception in thread main java.lang.ClassFormatError: blaze3d (Bad magic number) This even happens when starting with sun's

Re: strange gcjappletviewer problem

2006-02-06 Thread Christian Thalinger
On Mon, 2006-02-06 at 19:32 +0100, Michael Koch wrote: I guess this more that the verifier is less strict in SUNs appletviewer case. Class file formats has nothing to do with HTML parsing. Normally you get this when you compile something with SUN Java 5 and run it with SUN Java 1.4. Not

Re: strange gcjappletviewer problem

2006-02-06 Thread Michael Koch
On Mon, Feb 06, 2006 at 06:45:56PM +0100, Christian Thalinger wrote: On Mon, 2006-02-06 at 19:32 +0100, Michael Koch wrote: I guess this more that the verifier is less strict in SUNs appletviewer case. Class file formats has nothing to do with HTML parsing. Normally you get this when you

Re: strange gcjappletviewer problem

2006-02-06 Thread Christian Thalinger
On Mon, 2006-02-06 at 20:01 +0100, Michael Koch wrote: Does it throw a FileNotFoundException or a ClassFormatError ? You are unclear. Eh... as i stated in my first mail: Exception in thread main java.lang.ClassFormatError: blaze3d (Bad magic number) TWISTI

strange gcjappletviewer problem

2006-02-03 Thread Christian Thalinger
Hi! I just tried to get an applet running with gcjappletviewer but i get a strange exception: Exception in thread main java.lang.ClassFormatError: blaze3d (Bad magic number) This even happens when starting with sun's jvm. But it works with sun's appletviewer. So, i guess this is something