未找到类:org.eclipse.jdt.core.JDTCompilerAdapter

发布于 2024-12-05 13:47:04 字数 178 浏览 1 评论 0原文

我正在使用 Eclipse SDK 来开发我的包。但是每当我想要导出(文件 -> 导出 -> 插件开发 -> “可部署插件和片段”)捆绑包时,我都会收到以下错误屏幕。有什么解决办法或者特殊原因吗?

出现问题

I'm Using Eclipse SDK to develop my bundles. But whenever I want to export (File -> Export -> Plug-in Development -> "Deployable plug-ins and fragment") the Bundle I receive the following error screen. is there any solution or particular reason?

Problem Occurred

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

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

发布评论

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

评论(2

表情可笑 2024-12-12 13:47:04

这意味着您的 CLASSPATH 中缺少一个 JAR。

您可以使用 FindJar 来帮助您找到它:

http:// /www.findjar.com/index.x?query=org.eclipse.jdt.core.JDTCompilerAdapter

It means that you're missing a JAR from your CLASSPATH.

You can use FindJar to help you find it:

http://www.findjar.com/index.x?query=org.eclipse.jdt.core.JDTCompilerAdapter

开始看清了 2024-12-12 13:47:04

只需选中选项选项卡中的“使用工作区中编译的类文件”复选框即可!

在此处输入图像描述

Just needed to check the "Use class files compiled in the workspace" checkbox in options tab!

enter image description here.

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