0

Unbound classpath container: 'JRE System Library (java-11-openjdk-amd64]' in project 'Test Compilation'

1 Answers1

0

Have you installed java-11-openjdk? If so you can do the following

  1. Right-click on your project –> Build Path –>Configure Build Path
  2. Select JRE Library -> click Edit -> Edit library
  3. Choose the JRE which has been downloaded and installed -> click finish
Shreyas B
  • 475
  • 2
  • 11