I cannot get cfchart to work under MX 6.1. The simplest
example throws an exception.
The chart could not be generated due to an error in the graphing
engine.
-java.lang.NoClassDefFoundError
at
com.gp.webcharts3D.model.ExAxisStyle.<init>(ExAxisStyle.java)
at
com.gp.webcharts3D.model.ExChartStyle.<init>(ExChartStyle.java)
For kicks I tried
http://www.adobe.com/cfusion/knowledgebase/index.cfm?id=tn_19605
Added to jvm arguments:
-Xbootclasspath/a:C:\\CFusionMX\\lib\\webchartsJava2D.jar
-Djava.awt.graphicsenv=com.gp.java2d.ExHeadlessGraphicsEnvironment
It still throws an exception:
The chart could not be generated due to an error in the graphing
engine.
java.lang.InternalError: invalid compression method
at
java.util.zip.ZipInputStream.read(ZipInputStream.java:165)
at
java.util.zip.ZipInputStream.closeEntry(ZipInputStream.java:91)
at
java.util.zip.ZipInputStream.getNextEntry(ZipInputStream.java:69)
at
sun.text.resources.LocaleData.scanFile(LocaleData.java:261)
at
sun.text.resources.LocaleData.getClassList(LocaleData.java:217)
at
sun.text.resources.LocaleData.access$000(LocaleData.java:53)
at sun.text.resources.LocaleData$2.run(LocaleData.java:168)
at java.security.AccessController.doPrivileged(Native
Method)
Anyone else had this problem or know how to fix it?