Search found 4 matches
- Tue May 26, 2009 4:28 pm
- Forum: Java
- Topic: NullPointerException when exporting chart as XML
- Replies: 4
- Views: 7976
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) {...
- Tue May 26, 2009 2:07 pm
- Forum: Java
- Topic: NullPointerException when exporting chart as XML
- Replies: 4
- Views: 7976
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...
- Thu Apr 30, 2009 8:59 am
- Forum: Java
- Topic: Class file has wrong version 50.0, should be 49.0
- Replies: 2
- Views: 6464
- Fri Apr 24, 2009 4:51 pm
- Forum: Java
- Topic: Class file has wrong version 50.0, should be 49.0
- Replies: 2
- Views: 6464
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...