Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我对 EAR 应用程序很陌生。我正在尝试修复代码中的一些问题。我正在使用 ANT 与 JBoss 5.1.0.GA 一起构建应用程序。如何在 Eclipse 中执行诸如在服务器上运行、在服务器上调试之类的操作?
当我右键单击在服务器上运行/在服务器上调试时。我收到一个服务器错误弹出消息:选择不包含任何可以在服务器上运行的资源。
我怎样才能让它在eclipse中工作?
您应该远程调试您的应用程序。请参阅有关如何使用 Eclipse 和 JBoss 设置远程调试器的问题:
https://stackoverflow.com/a/516214/89435