Page 1 of 1

Java 1.2 compatibility

Posted: Mon Jul 12, 2004 10:28 am
by kurt
running the jFreeChart-Demo under Java 1.2 produces error:

A nonfatal internal JIT (3.10.107(x)) error 'chgTarg: Conditional' has occurred in :
'org/jfree/layout/LCBLayout.layoutContainer (Ljava/awt/Container;)V': Interpreting method.
Please report this error in detail to http://java.sun.com/cgi-bin/bugreport.cgi



creating my own chart produrces this error:

A nonfatal internal JIT (3.10.107(x)) error 'chgTarg: Conditional' has occurred in :
'org/jfree/util/Log.internalCreateContext (Ljava/lang/String;)Lorg/jfree/util/LogContext;': Interpreting method.
Please report this error in detail to http://java.sun.com/cgi-bin/bugreport.cgi

Posted: Fri Jul 23, 2004 12:05 am
by Taqua
Hi,

recompile the library and the bug should be gone. This is a sad sideeffect of using newer compilers to produce Java 1.2.2 compatible class-files.

Have m'fun,
said Thomas