Java 7 &&智能
我安装了 openjdk 1.7.0 并在 IntelliJ 10.5 中设置它
当我编译(任何东西)时,我收到错误“致命错误:无法在类路径或 bootclasspath 中找到包 java.lang”。
我看了这个问题: IntelliJ 给出致命错误: 在类路径或 bootclasspath 中找不到包 java.lang,但 lib 目录中的所有 jar 文件已添加。
I installed openjdk 1.7.0 and set it up in IntelliJ 10.5
When I compile (anything) I get the error "Fatal Error: Unable to find package java.lang in classpath or bootclasspath".
I looked at this question:
IntelliJ gives Fatal Error: Unable to find package java.lang in classpath or bootclasspath but all jar files inside the lib directory are already added.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
好的。我错了,没有添加所有罐子。我在“lib”以外的(子)目录中找到了更多内容。手动添加所有这些后,一切都很好。看来 IDEA 10.5.2 还不喜欢 openJDK 中的结构。
Ok. I was wrong there weren't all jars added. I found some more in (sub)directories other than 'lib'. After adding all those manually everything is fine. Seems like even IDEA 10.5.2 does not like the structure in openJDK yet.
尝试IDEA 10.5.2。确保 JDK 路径不是符号链接。如果问题仍然存在,请指定您的操作系统并附上 IDEA 中配置的 JDK 类路径的屏幕截图。
Try IDEA 10.5.2. Make sure that JDK path is not a symlink. If the issue remains, specify your OS and attach a screenshot of JDK classpath configured in IDEA.
我也有同样的问题。我手动添加了以下目录中的所有 jar 文件:
I had the same problem. I added all jar files in the following directories manually: