Skip to main content
Upen1
Inspiring
May 21, 2012
Question

Where to Place java library(.jar) in your application

  • May 21, 2012
  • 1 reply
  • 744 views

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

This topic has been closed for replies.

1 reply

Inspiring
May 21, 2012

CF10 brings in custom paths for this sort of thing:

http://help.adobe.com/en_US/ColdFusion/10.0/Developing/WSe61e35da8d318518-106e125d1353e804331-7ffe.html

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

Upen1
Upen1Author
Inspiring
May 23, 2012

Thanks Adam.