外部 jar 文件破坏了 gwt/glassfish 编译

发布于 2024-11-29 20:15:07 字数 401 浏览 0 评论 0原文

我正在尝试将特定的外部 jar 文件添加到我的 Eclipse GWT 项目中(我可以让其他外部 jar 文件工作)。

我可以让 GWT“Web 应用程序入门项目”在 Glassfish 服务器上运行(感谢 这个初学者友好的教程)。但是,当我添加 jar 文件(从 wsdl Web 服务项目编译)并尝试将项目作为 Web 应用程序运行时,我只收到以下消息

等待启动 URL...

而没有其他消息。我也无法编译包含此 jar 的项目。对此有什么调试建议吗?

I'm trying to add a specific external jar file to my Eclipse GWT project (I can get other external jar files to work).

I can get the GWT "Web Application Starter Project" to run on a Glassfish server (thanks to this beginner friendly tutorial). However, when I add the jar file (compiled from a wsdl web service project) and try to run the project as Web Application I just get the following message

Waiting for launch URLs...

and nothing else. I'm also not able to compile the project with this jar included. Any debugging advice for this?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

倾城月光淡如水﹏ 2024-12-06 20:15:07

独立于 Eclipse 启动 Glassfish,并像往常一样在其上部署您的应用程序/ear。然后你可以检查 glassfish 的日志,看看出了什么问题。

如果 Eclipse 无法生成 .ear 或 .war,那么这就是另一个问题(目前),而与 glassfish 部署无关。您的构建使用的是 Maven 还是 ant?也许构建脚本正在做一些让它等待的事情......也许它试图从某个地方下载一个 jar 但没有得到响应所以它等待?

Start Glassfish independently from Eclipse, and deploy your application/ear on it as per usual. Then you can check the logs of glassfish and see whats wrong.

In case Eclipse cant make the .ear or .war, thats then another problem (for now) and not with glassfish deployment. Are you using maven or ant for your build? Perhaps the build script is doing something that makes it wait... perhaps its attempting to download a jar from somewhere but doesnt get a response so it waits?

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文