Unbound classpath container: 'JRE System Library (java-11-openjdk-amd64]' in project 'Test Compilation'
Asked
Active
Viewed 32 times
1 Answers
0
Have you installed java-11-openjdk? If so you can do the following
- Right-click on your project –> Build Path –>Configure Build Path
- Select JRE Library -> click Edit -> Edit library
- Choose the JRE which has been downloaded and installed -> click finish

Shreyas B
- 475
- 2
- 11