Unbound classpath container:JRE System Library ...

问题描述

Java工程中遇到Unbound classpath container: ‘JRE System Library [jdk1.8.0_74]’ in project ‘gis’ gis Build path Build Path Problem。

错误提示

Unbound classpath container: ‘JRE System Library [jdk1.8.0_74]’ in project ‘gis’ gis Build path Build Path Problem。

问题分析

JRE类库配置错误,找不到相应的JDK类库。

解决方法

右击项目-Build Path-Configure Build Path-Libiraries-双击带叉号的JRE System Libirary-选择相应的JRE版本,如果没有,则需要安装。
Unbound classpath container:JRE System Library ...
Unbound classpath container:JRE System Library ...

相关文章:

  • 2021-09-08
  • 2021-09-15
  • 2021-08-17
  • 2021-08-14
  • 2021-10-08
  • 2021-12-15
  • 2022-12-23
猜你喜欢
  • 2021-05-01
  • 2021-12-10
  • 2021-07-13
  • 2022-01-07
  • 2021-05-21
  • 2021-04-11
相关资源
相似解决方案