Sunday, September 29, 2013

Resolve Unbound classpath container: 'JRE System Library [jdk1.5.0_06]'/similiar error in project

when an existing dynamic web project is imported into another workspace you may get this error.
Reason:
JRE System Library jdk1.5.0_06 is not available in the project workspace.
Resolution:
a)Add the Library jdk1.5.0_06 in the project
Go to window ->preferences ->Java ->Installed JREs.Add a Standard VM with
JRE name jdk1.5.0_06
b)Create a new dynamic web project in the workspace and add the files from existing project
into the new project created.

Please find the links to similar errors below.
how-to-remove-default-workspace
resolve-unbound-classpath-container-jre
resolve-target-runtime-apache-tomcat

No comments:

Post a Comment

Resolve "Target runtime Apache Tomcat v6.0 is not defined." error

Go to window ->preferences ->Server->Runtime environments . add server Apache Tomcat v6.0 Mention the directory where apache-toma...