eclipse中未找到JRE系统库异常

发布于 2024-10-03 12:45:00 字数 153 浏览 6 评论 0原文

亲爱的大家,我是fedora 8环境下的eclipse3.1 IDE for java。我安装了新的 Eclipse 副本并尝试运行程序,它显示 JRE 系统库未找到异常弹出窗口。我通过BuildPath手动添加了这个库----->添加外部库,但我仍然收到该弹出窗口。如何解决这个问题。

Dear All, I am eclipse3.1 IDE for java under fedora 8 environment. I installed fresh copy of eclipse and trying to run a program,it shows JRE system library not found exception popup. I added this library manually by BuildPath-----> Add external library but still i am getting that popup. How to solve this problem.

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

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

发布评论

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

评论(3

一枫情书 2024-10-10 12:45:00

进入窗口 - 首选项 - Java - 安装的JRE页面指定jre或JDK的位置。

Go to Window - Preference - Java - Installed JREs page to specify the location of your jre or JDK.

星星的轨迹 2024-10-10 12:45:00

转到项目>属性>Java构建路径>图书馆>添加库>下一页>刚刚完成这对我来说是工作

Go to Project > Properties >Java Build Path > Libraries > Add Library > Next > Just Finish This is work for me

红玫瑰 2024-10-10 12:45:00

我不是专家,但也许尝试检查 Java 构建路径,您的库是否出现在“库”选项卡中,并且在“订单和导出”选项卡中进行了检查,

否则您是否尝试过刷新清理和重建?(有时 eclipse 有点慢)检测更改

最后检查库的路径是否正确(当我将项目提交到 svn 并在另一台计算机上使用它时发生这种情况,一切都在那里,但由于计算机具有不同的名称(C:\jason..和 C:\jasonlaptop...)

如果它改变了任何东西,请告诉我。

I'm no expert but maybe try checking in Java Build Path that your lib appears in the Libraries tab and that in "Order and Export" tab it is checked

otherwise have you tried refreshing cleaning and rebuilding?(sometimes eclipse is a bit slow in detecting changes

final check that the path of the library is the good one (it happened when I committed a project to the svn and used it on a different computer, everything was there but since the computers had different names (C:\jason... and C:\jasonlaptop...) it wasn't working.

let me know if it changed anything

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