tags:

views:

11

answers:

1

Hi All,

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

A: 

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.

JoseK
Thanks Jose i will try it and let u know...
Saravanan
jose can u tell me one thing, if i put the location u said,then how to import those file in my java class... import org.ofbiz.then the jar file class ,right...
Saravanan
the order of import does not matter. if the class is not found, it will crib anyway.
JoseK
Hi Jose, i put the jar files(poi-3.6) in the path u said, both framework/webapp/lib and also hot-deploy/myapp/webapp/myapp/WEB-INF/lib.but when building ofbiz it says package does not exist.... please guide me to get correct way...
Saravanan