我将所需的 jar 文件放在 ofbiz-trunk 文件夹中的什么位置?
我想将必要的 jar 文件放入我的 ofbiz-trunk 文件夹中。但我不知道将 jar 文件放在哪里。请告诉我位置...
再见,
Saravanan
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
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
我建议您尝试将它们放在framework/webapp/lib下,看看这些类是否在运行时成功加载
此 URL 有一个将第 3 方 jar 添加到 OFBiz 中的 hot-deploy/myapp/webapp/myapp/WEB-INF/lib 下的示例。
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.
我们已经使用 Ofbiz 一段时间了,并且始终将第 3 方 JAR 放置在famework/base/lib 文件夹中,这些 JAR 可用于 Ofbiz 中的所有应用程序/组件。
We have been using Ofbiz for a while and have always placed 3rd party JARs in famework/base/lib folder and these JARs become available to all the applications/components in Ofbiz.