Search found 4 matches

by Olexiy Strashko
Tue May 26, 2009 4:28 pm
Forum: Java
Topic: NullPointerException when exporting chart as XML
Replies: 4
Views: 7850

Hi Olexiy, I've been able to reproduce the issue here and added it (TJ71014185) to the defect list to be fixed for next releases. In the meantime you could try if code below works fine at your end. try { tChart1.getExport().getTemplate().toXML("c:\\temp\\e1.xml"); } catch(FileNotFoundException e) {...
by Olexiy Strashko
Tue May 26, 2009 2:07 pm
Forum: Java
Topic: NullPointerException when exporting chart as XML
Replies: 4
Views: 7850

NullPointerException when exporting chart as XML

Hi, I do need to serialize/deserialize chart in xml format. When I do export, using ChartEditor, I have this exception raised: java.lang.NullPointerException at com.steema.teechart.Aspect.getTextSmooth(Aspect.java:225) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.Nat...
by Olexiy Strashko
Thu Apr 30, 2009 8:59 am
Forum: Java
Topic: Class file has wrong version 50.0, should be 49.0
Replies: 2
Views: 6329

Hello Mark,

Great thanks. It works!

With respect, Olexiy.
by Olexiy Strashko
Fri Apr 24, 2009 4:51 pm
Forum: Java
Topic: Class file has wrong version 50.0, should be 49.0
Replies: 2
Views: 6329

Class file has wrong version 50.0, should be 49.0

Hi, I have downloaded latest version of TeeChart 2 for Java, and it seems to be compiled with Java 1.6 compiler. This exception I get: [javac] bad class file: (com/steema/teechart/ChartException.class) [javac] class file has wrong version 50.0, should be 49.0 I have previously used 1.5 compatible ev...