Unbound classpath container: 'Default System Library' [message #251320] |
Fri, 08 February 2008 13:54 |
Eclipse User |
|
|
|
Originally posted by: ohurley.iona.com
I'm getting this unbound classpath container error during
a headless PDE build (Eclipse 3.3.1.1, MacOS), and I'm at
a loss as to what the 'Default System Library' classpath
container is, and why it is unbound. The .classpath of the
plugin being built looks fine (included below) and when I
run a build in the IDE it goes smoothly.
Is there a particular JDT configuration I need to do in
my headless workspace to get around this unbound classpath
container error?
<classpath>
<classpathentry kind="src" path="src"/>
<classpathentry exported="true" kind="lib" path="jdom.jar"/>
<classpathentry kind="con"
path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
<classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/>
<classpathentry kind="output" path="bin"/>
</classpath>
--
Oisin Hurley at IONA
http://blogs.iona.com/ohurley/
|
|
|
Powered by
FUDForum. Page generated in 0.03332 seconds