Access Restriction [message #466885] |
Thu, 26 April 2007 05:12  |
Eclipse User |
|
|
|
Hi,
I have created a test pulgin project for my plugin.. I added my
plugin (com.sequenom.everest.ui) as a dependency to the test plugin.. when
I am accessing the classes in com.sequenom.everest.ui, it is not accessing
those classes,
The error is,
Access restriction: The type CustomerView is not accessible due to
restriction on
required project com.sequenom.everest.ui
Do i need to set ant access specifiers to com.sequenom.everest.ui plugin..
Thanks in advance,
Swetha
|
|
|
|
|
|
|
|
Re: Access Restriction [message #467063 is a reply to message #467057] |
Fri, 27 April 2007 14:07  |
Eclipse User |
|
|
|
Hi Mirko,
A solution is to use the PDE Wizard to "Create a Plugin from Existing
Jar". Run this wizard and accept all of the defaults.
After creating the new plugin, edit the manifest in you original plugin
to create a dependency on the new plugin.
Charlie
Mirko Fucci wrote:
> i've a problem like this, i'va a plugin with xerces jars files into to parse
> a xml document,
> in my rcp application (plugin) i can reference it and i've no compilation
> problems.
> At runtime i've a problem instantiating parser: noClassDefFoundError.
> why ? how can i solve ... i've tried to put jars in a third plugin but not
> works.
> Thanks in advance.
>
>
> "Swetha" <swetha@yahoo.co.in> ha scritto nel messaggio
> news:2bf944c13eeac292de7bd36888937ca2$1@www.eclipse.org...
>> Hi,
>>
>> I have created a test pulgin project for my plugin.. I added my plugin
>> (com.sequenom.everest.ui) as a dependency to the test plugin.. when I am
>> accessing the classes in com.sequenom.everest.ui, it is not accessing
>> those classes,
>> The error is,
>>
>> Access restriction: The type CustomerView is not accessible due to
>> restriction on required project com.sequenom.everest.ui
>>
>>
>> Do i need to set ant access specifiers to com.sequenom.everest.ui plugin..
>>
>> Thanks in advance,
>> Swetha
>>
>
>
|
|
|
Powered by
FUDForum. Page generated in 0.14108 seconds