Build path entry is missing: org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.6
go to the project's .classpath file,
you find:
classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.6"
make sure that JavaSE-1.6 is actually registered as a JVM in your Eclipse.
Otherwise you might have to change it, using for instance J2SE-1.5
Wednesday, February 9, 2011
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment