Skip to main content



      Home
Home » Eclipse Projects » Equinox » Why does the org.eclipse.core.runtime bundle manifest.mf have no Bundle-ClassPath entry?
Why does the org.eclipse.core.runtime bundle manifest.mf have no Bundle-ClassPath entry? [message #49333] Fri, 12 August 2005 08:28 Go to next message
Eclipse UserFriend
Yet, the bundle exports classes.
I'm confused how it is possible for the bundle to export classes when it has no classpath.

If a bundle has no Bundle-ClassPath entry in it's manifest then am I to assume that the bundle's classpath is essentially "./"?
Re: Why does the org.eclipse.core.runtime bundle manifest.mf have no Bundle-ClassPath entry? [message #49393 is a reply to message #49333] Fri, 12 August 2005 10:43 Go to previous message
Eclipse UserFriend
Sorry, nevermind this question. Found the answer in the OSGi specification (boy, you gotta read these things *real* carefully)...

>>
If a Bundle-Classpath header is not declared, the default value of dot ( . ) is
used, which specifies the bundle’s JAR file.
<<


ted stockwell wrote:
> Yet, the bundle exports classes.
> I'm confused how it is possible for the bundle to export classes when it
> has no classpath.
>
> If a bundle has no Bundle-ClassPath entry in it's manifest then am I to
> assume that the bundle's classpath is essentially "./"?
Previous Topic:standalone
Next Topic:RCP App and role based, dynamic policy
Goto Forum:
  


Current Time: Thu May 08 11:01:28 EDT 2025

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

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

Back to the top