|
coldfusion |
Posted by kevin on Jan-24-2015 00:47 |
|
is coldfusion 11 supported?
i have used chartdirector with coldfusion 8 & 9 with no probs, but i have just installed 11
and am getting the error:
Object Instantiation Exception.
Class not found: ChartDirector.CFChart
i have set it up exactly as before. maybe i am missing something obvious? |
Re: coldfusion |
Posted by Peter Kwan on Jan-24-2015 02:40 |
|
Hi kevin,
Yes. ChartDirector works with ColdFusion 11.
In the ChartDirector for ColdFusion documentation, it mentions two methods to install
ChartDirector in ColdFusion - either copy the ChartDirectorCF.jar to a directory in the Java
class path, or include ChartDirectorCF.jar in the ColdFusion class path. From our testing, in
ColdFusion 11, only the latter installation method works - that is, including
ChartDirectorCF.jar in the ColdFusion class path. Apparently, ColdFusion 11 is only able to
locate if it is in the ColdFusion class path, but not in the Java class path.
See:
http://www.advsofteng.com/doc/cdcoldfusion.htm#install.htm
Hope this can help.
Regards
Peter Kwan |
|