Java 1.2 compatibility

A discussion forum for the JCommon class library.
Locked
kurt

Java 1.2 compatibility

Post by kurt » Mon Jul 12, 2004 10:28 am

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

Taqua
JFreeReport Project Leader
Posts: 698
Joined: Fri Mar 14, 2003 3:34 pm
Contact:

Post by Taqua » Fri Jul 23, 2004 12:05 am

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

Locked