Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Language IDEs » Java Development Tools (JDT) » Unbound classpath container: 'Default System Library'
Unbound classpath container: 'Default System Library' [message #251320] Fri, 08 February 2008 18:54
Eclipse UserFriend
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/
Previous Topic:ClasspathContainer not being observed for dependencies
Next Topic:3.4M5 - cannot launch Junit Plugin tests using application
Goto Forum:
  


Current Time: Thu Jul 25 06:07:16 GMT 2024

Powered by FUDForum. Page generated in 0.03482 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top