在哪里可以找到 JDK6 源代码存储库?
在JDK6源页面上,存储库链接已损坏,并且自述文件中描述的位置没有不存在。我知道还有 OpenJDK 存储库,但据我了解,它不一样。
我知道如何下载源文件,但我对存储库更感兴趣,而不是罐子。
我对 JVM 的任何其他开放实现不感兴趣。
On the JDK6 source page the repository link is broken, and the location that is described in readme doesn't exist. I know that there is also OpenJDK repository, but as I understand, it isn't the same.
I know how to download source files, but I'm much more interested in repository, not the jars.
I'm not interested in any other open implementations of JVM.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(4)
在自述文件的评论部分,从存储库中,您可以看到人们已经很长时间没有抱怨存储库未更新和访问问题了。
尝试下载 .jar...正如许多其他人在这里建议的那样。
In the comments section of the readme, from the repository, you can see that's been a long time since people complain about the repository not being updated and with access problems.
Try downloading the .jar... as many others have suggested here.
尝试 GrepCode 作为示例(确实,bestsss是对的,每个JDK中都有一个源zip)
Try GrepCode, as an example (and indeed, bestsss is right, there is a source zip in each JDK)
在此站点上有一个指向源代码包。该链接对我有用。
On this site there is a link to the source code package. The link works for me.
正如 bestsss 所说,它名为 src.zip,您可以在 JDK 发行版中找到它。
他们应该可以帮助您在 JDK 中找到它。
As bestsss said its called src.zip and you can find it in the JDK distribution.
They should help you find it within the JDK.