Eclipse 中的 JRE 源文件

发布于 2024-11-01 20:43:23 字数 171 浏览 0 评论 0原文

我无法查看 JDK 类,我安装了 JDK 和 JRE 附带的 glassfish,并且我已尝试一切方法将源添加到 eclipse,但没有运气,src.zip 在 glassfish 安装程序中不存在。

JRE6 上不存在 src.zip 那么我如何将源添加到 Eclipse 中?

感谢您的帮助

I am not able to look at JDK classes, i installed glassfish wich comes with the JDK and JRE and i have tried everything to add the sources to eclipse but no luck, the src.zip does not exist on the glassfish installer.

the src.zip does not exist on JRE6 so how the h can i add the sources to Eclipse?

thanks for your help

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

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

发布评论

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

评论(3

别把无礼当个性 2024-11-08 20:43:24

如果您想自动访问 Java 源代码,则必须在 Eclipse 中使用 JDK 而不是 JRE。

转到首选项->安装 JRE 并将 JDK 路径添加到 Eclipse。在您的项目类路径中使用该路径。

You must use the JDK not JRE in Eclipse if you want to gain access to the Java source automatically.

Go to preferences-> Installed JREs and add a JDK path to Eclipse. The use that one in you project class path.

谈情不如逗狗 2024-11-08 20:43:24

src.zip is generally in the root directory of a JDK (but not in a JRE). You can download a Sun / Oracle JDK from the main Oracle site at http://www.oracle.com/technetwork/java/javase/downloads/index.html

相对绾红妆 2024-11-08 20:43:24

我必须重新下载 JDK ,安装它,然后获取 src.zip 并将其手动放置在我的 c:\glassfish3 安装中,现在一切正常了。
谢谢

I had to re-download the JDK , installed it then grabbed the src.zip and place it manually in my c:\glassfish3 installation, now it's fine.
thanks

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