Search code examples
ofbiz

where i put my needed jar files in ofbiz-trunk folder?


i want to put my necessary jar files in my ofbiz-trunk folder.but i don't know where i place the jar files.please tell me the location...

Bye,

Saravanan


Solution

  • I suggest you try putting them under framework/webapp/lib and see if the classes get loaded successfully at runtime

    This URL has an example of adding 3rd party jars into OFBiz under hot-deploy/myapp/webapp/myapp/WEB-INF/lib.