Hi all
and sorry for my poor english
I have installed yet jfreechart 0.9.5
if I run ( after compiling) TimeSeriesDemo3.class the following exception return to me
java.lang.IncompatibleClassChangeError: Implementing class
at java.lang.ClassLoader.defineClass0(Native Method)
at java.lang.ClassLoader.defineClass(ClassLoader.java:509)
at java.security.SecureClassLoader.defineClass(SecureClassLoader.java:123)
at java.net.URLClassLoader.defineClass(URLClassLoader.java:246)
at java.net.URLClassLoader.access$100(URLClassLoader.java:54)
at java.net.URLClassLoader$1.run(URLClassLoader.java:193)
at java.security.AccessController.doPrivileged(Native Method)
at java.net.URLClassLoader.findClass(URLClassLoader.java:186)
at java.lang.ClassLoader.loadClass(ClassLoader.java:306)
at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:265)
at java.lang.ClassLoader.loadClass(ClassLoader.java:262)
at java.lang.ClassLoader.loadClassInternal(ClassLoader.java:322)
Exception in thread "main"
Anybody have an idea???
Thanks in advice
Cheers
Gian Piero
Problem with TimeSeriesDemo3
Re: Problem with TimeSeriesDemo3
It runs for me. Is there a chance that you are mixing versions, you need to have JFreeChart 0.9.5 and JCommon 0.7.2.
Regards,
Dave Gilbert
Regards,
Dave Gilbert
Re: Problem with TimeSeriesDemo3
Hi Dave
now it runs.
I have changed jvm from java 1.4.0_01-b03 to java 1.4.1_01-b01
But this sounds little bit strange..

Regards
Gian Piero Bottini
now it runs.
I have changed jvm from java 1.4.0_01-b03 to java 1.4.1_01-b01
But this sounds little bit strange..

Regards
Gian Piero Bottini