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 jvm.  But it works with sun's
> appletviewer.  So, i guess this is something about html parsing?

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.


Cheers,
Michael
-- 
Escape the Java Trap with GNU Classpath!
http://www.gnu.org/philosophy/java-trap.html

Join the community at http://planet.classpath.org/

Reply via email to