Copy link to clipboard
Copied
Hi,
I am using ColdFusion - 9 in my application. Also, I am using some third party java library. I put my library in "\ColdFusion9\lib\" but now my library version is changed. So I need to update those files by replacing the old files.
My Question Is: Can we place the java .jar files in some location inside my application directory. So that I don't have to do any changes with the ColdFusion library directory for using those libraries.
Thanks
Copy link to clipboard
Copied
CF10 brings in custom paths for this sort of thing:
But this is no help to you. However there's a third-party solution which'll work on CF9:
http://javaloader.riaforge.org/
I've never used it, but I've heard good reports from people who have.
--
Adam
Copy link to clipboard
Copied
Thanks Adam.