If you are getting "Unbound classpath container: JRE System Library [JavaSE-1.7] in project proj Build path Problem" in Markers Console in Eclipse when you create a new J2EE Dynamic web project, then the reason can be that JavaSE-1.7 classpath is not set or some other version of Java SE is available.
Solution to this Issue :- Right Click on your Project Folder,
- Properties → Java Build Path
- Goto Libraries tab and check if there is an error in JRE libraries.
- Click on Add Library and Select JRE System Library, click next
- Click on Installed JREs and add the JRE available (in my case I have JRE 8 installed). If you don't see any JREs here you are supposed to add one.
- Click OK and finish and the error must go!

JRE Build Path.png
More Posts related to Java,
- [Fix] java.time.zone.ZoneRulesException: Unknown time-zone ID
- Parse XML file in Java using DOM Parser
- Java equals method - Tutorial
- [Program] How to read three different values using Scanner in Java
- Java: The value of the local variable string is not used
- Display Output in Java Console as a Table
- How to detect Operating System using Java code
- Java 8 Streams map() with examples
- [Fix] java: incompatible types: incompatible parameter types in lambda expression error
- Add newline character Java code example (\r \n \r\n)
- List of Java Major Minor Version Numbers
- IntelliJ Keyboard Shortcut to remove unused imports [Java]
- Java - Check if array contains the value
- [Fix] Java Exception with Lambda - Cannot invoke because object is null
- How to declare and initialize Array in Java Programming
- [Solved] com.sun.xml.ws.transport.http.servlet.WSServletContextListener ClassNotFoundException
- XmlRpcException ConnectException connection refused error
- Create a Zip file using Java Code programmatically
- List of jar files for Jax-ws (SOAP) based Java Web Services
- How to fix Java HTTP java.net.UnknownHostException
- List of jars required for Struts2 project
- [fix] java: incompatible types: double cannot be converted to java.lang.Integer Generics
- Maven BUILD FAILURE: Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin
- Get the current timestamp in Java
- java: unclosed string literal [Error]
More Posts:
- appcompat_v7 errors after updates to API level 21 Material Theme - Android
- How to enable Do Not Disturb (DND) mode in Microsoft Teams - Teams
- Multiline EditText in Android Example - Android
- How to remove app from Dock when closed [macOS Big Sur] - MacOS
- How to make macOS Terminal window Transparent (or Opaque) - MacOS
- That did'nt work, Issue type User not in directory - SharePoint external access error - SharePoint
- Check Wifi Connection static Android Programming - Android
- Convert text to random case using Notepad++ - NotepadPlusPlus