Category: Java technology 2014-07-31 16:51 9864 people read review (+) collection report
The project reported a lot of errors from SVN checkout to the workspace, which is obviously a jar problem, no related jar or version problem, and see the last Error unbound classpath container: ' JRE System Library [ JavaSE-1.7] ' in Project ' Idweb, it is clear that the JRE problem, the workaround is as follows:
Project right-click Property--->java Build Path--->libraries
Check the JRE System Library [javas3e1.7] and remove it.
Remove and then add the JRE again,
After entering as shown, you can select the default JRE for the workspace, or you can add the external, if you choose the default click Finish, if you add external, click the arrow Point button, re-select the external JRE path address can be
When you are finished, you can see that the JRE is not in error, click OK.
At this point, the problem has been resolved, the story is complete.
Project Check out JRE problem (unbound classpath container: ' JRE System Library [JavaSE-1.7] ' in Project ' Idweb ')