Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Plugin Development Environment (PDE) » Access restriction: The type XX is not accessible
Access restriction: The type XX is not accessible [message #600602] Wed, 12 August 2009 13:25
Lars Vogel is currently offline Lars VogelFriend
Messages: 1098
Registered: July 2009
Senior Member

Hello,

in several of my plugin projects I receive the errors message:

Access restriction: The type XX is not accessible due to restriction on
required project XX

XX is located in plugin A in package b and package b is exported

Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: Planning Plug-in
Bundle-SymbolicName: A
Bundle-Version: 1.0.0
Bundle-RequiredExecutionEnvironment: JavaSE-1.6
Export-Package: b

I'm not aware of any other way to define a access restriction. The
following tips describes how to turn of the check ;-) but I would like to
solve the root cause.

http://lkamal.blogspot.com/2008/09/eclipse-access-restrictio n-on-library.html

Any advice what this could be causing?

Best regards, Lars
Previous Topic:plugin.xml substitution syntax
Next Topic:Showing Help on Dialog
Goto Forum:
  


Current Time: Thu Apr 25 23:23:18 GMT 2024

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

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

Back to the top