can't use java library
Hi All,
I can't use the cfimage so I found a jar library that will help me to read images.
The library use three jar files jai_codec.jar, jai_core.jar and jimg.jar.
I'm using cf8 enter in a test enviroment so I copy this files to my lib folder
C:\JRun4\servers\cfusion\cfusion-ear\cfusion-war\WEB-INF\lib
The component comes with cfc file that I copy into my COM folder.
Now when I use the component I have an error.
uploadedImage = createObject("component", "com.macromedia.image.jimg");
Error: Could not initialize class javax.media.jai.JAI
In CF7 works fine, CF8 doesn't accept jar files anymore?
Any ideas?
Thanks for your help.
JFB
