Specify packages ... without explicitly identifying their orginating plug-in? [message #81378] |
Wed, 17 January 2007 20:22  |
Eclipse User |
|
|
|
Ok, so I'm keen to use more "imported packages", zero plugin class path,
and minimum required plugins.
But right off I get stuck: what .java or .class files are being used
when I add to the list of "Imported Packages"? We don't identify their
orginating plugin, so they don't come from a plugin (right?). They
aren't on our bundle class path. ..I'm drawing a blank here ;-)
Plus I have 50 compile errors like
Access restriction: The type HttpServlet is not accessible due to
restriction on required library javax.servlet
all of which disappear when I put javax.serlvet plugin as required plugin.
Just when I thought I understood this stuff,
John.
|
|
|
|
Re: Specify packages ... without explicitly identifying their orginating plug-in? [message #81449 is a reply to message #81378] |
Thu, 18 January 2007 06:47  |
Eclipse User |
|
|
|
JOHN J. BARTON wrote:
> Ok, so I'm keen to use more "imported packages", zero plugin class path,
> and minimum required plugins.
>
> But right off I get stuck: what .java or .class files are being used
> when I add to the list of "Imported Packages"? We don't identify their
> orginating plugin, so they don't come from a plugin (right?). They
> aren't on our bundle class path. ..I'm drawing a blank here ;-)
>
> Plus I have 50 compile errors like
>
> Access restriction: The type HttpServlet is not accessible due to
> restriction on required library javax.servlet
I think your problem is that the packages are retrieved from a bundle
that only exposes these packages to a subset of bundles and yours isn't
part in that.
>
> all of which disappear when I put javax.serlvet plugin as required plugin.
Now you are specifiing where the package is imported from and it is more
than likley that the package is also visible to your bundle.
> Just when I thought I understood this stuff,
> John.
|
|
|
Powered by
FUDForum. Page generated in 0.10544 seconds