Gentoo Linux 下运行的 IntelliJ IDEA 中的 Web 服务支持

发布于 2024-12-11 06:51:41 字数 402 浏览 1 评论 0原文

任何人都能够在 Linux 下使用 IntelliJ IDEA 中的内置 Web 服务 (JAX-WS) 支持吗?大多数功能在 Gentoo 下不起作用(实际上是计算)。例如,当我从菜单中启动命令“工具 -> Web 服务 -> 生成 Wsdl 形式 Java 代码...”时,它显示:线程“main”中的异常 java.lang.NoClassDefFoundError: com/sun/tools/internal/ ws/WsGen

我知道 wsgen 包含在 sun-jdk-1.6 中,我还尝试从 Gentoo 安装软件包“jax-ws”和“jax-ws-tools”存储库。这没有帮助。

我知道这些功能可以在 Windows XP 下使用 IDEA。 Linux 出了什么问题?需要什么具体设置吗?

Does anybody able to use build-in web services (JAX-WS) support in IntelliJ IDEA under Linux? Most of features don't work under Gentoo (Calculate actually). Ex, when I launch command "Tools -> Web Services -> Generate Wsdl form Java code..." from menu it says: Exception in thread "main" java.lang.NoClassDefFoundError: com/sun/tools/internal/ws/WsGen

I know wsgen is included with sun-jdk-1.6, I have also tried to install packages "jax-ws" and "jax-ws-tools" from Gentoo repository. It doesn't help.

I know the features work with IDEA under Windows XP. What's wrong with Linux? Any specific setup is required?

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

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

发布评论

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

评论(2

蔚蓝源自深海 2024-12-18 06:51:41

该类位于默认情况下未添加到 JSDK 类路径中的 tools.jar 中,尝试打开 JSDK 设置对话框、类路径选项卡并将 tools.jar 显式添加到JDK jar 列表。

This class is located in the tools.jar that is not added to the JSDK classpath by default, try to open JSDK settings dialog, classpath tab and add tools.jar explicitly to the list of the JDK jars.

梦年海沫深 2024-12-18 06:51:41

(过了好久才回到主题)
该错误现已在较新版本的 IDEA(至少在 12 版本)中得到修复。

(It's being a while before I was able to return to the topic)
The bug is now fixed in newer versions of IDEA, at least in 12.

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