使用 EAR 文件在 JDeveloper 中创建新项目
我什至不确定我的问题措辞是否正确。我尝试过谷歌搜索,但找不到任何相关内容。
基本上我需要从一个ear 文件在JDeveloper 中创建一个工作项目文件夹。我只有ear文件,我需要能够修改代码。耳边有战争,战争里有无数的jar文件。我没有打包和部署文件的经验,显然对于如何获取ear文件和创建工作项目文件夹的经验更少。
任何帮助将不胜感激。
I'm not even sure if I worded the question correctly. I've tried googling, but can't find anything relevant.
Basically I need to create a working project folder in JDeveloper from an ear file. The ear file is all I have, and I need to be able to modify code. The ear has a war and the war has numerous jar files. I have no experience in packaging and deploying files, and obviously even less experience on how to take an ear file and creating a working project folder.
Any help would be greatly appreciated.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
JDeveloper 可以选择从 EAR 文件创建新应用程序。右键单击应用程序导航器上的应用程序,选择新建...,常规 ->应用->来自 EAR 文件的应用程序。
JDeveloper has an option to create a new application from EAR file. Right click on Applications on the Application Navigator, Select New..., General -> Applications -> Application from EAR file.