Creating a UML Editor [message #477499] |
Tue, 10 June 2008 08:00  |
Eclipse User |
|
|
|
Hi,
I have another question. I created an Eclipse plugin that contains an
editor. I just extended the
org.eclipse.uml2.uml.editor.presentation.UMLEditor class. I registered the
editor as extension and run it. The error that I get when trying to open a
*.uml model is the following:
java.lang.IllegalAccessException: Class
org.eclipse.core.internal.registry.osgi.RegistryStrategyOSGI can not
access a member of class umlplugin.editor.MyUMLEditor with modifiers ""
What have I done wrong?
Thanks for your help!
|
|
|
Re: Creating a UML Editor [message #477518 is a reply to message #477499] |
Fri, 13 June 2008 16:20  |
Eclipse User |
|
|
|
Hi Iris,
I'm not sure if you are still getting this issue but it would seem like some
parameter is missing to the extension point?
Do you still have the issue?
Cheers,
- James.
"Iris" <Iris.Groher@gmx.at> wrote in message
news:2a1d92c32e6b21abc3bb0b36d82822e3$1@www.eclipse.org...
> Hi,
>
> I have another question. I created an Eclipse plugin that contains an
> editor. I just extended the
> org.eclipse.uml2.uml.editor.presentation.UMLEditor class. I registered the
> editor as extension and run it. The error that I get when trying to open a
> *.uml model is the following:
>
> java.lang.IllegalAccessException: Class
> org.eclipse.core.internal.registry.osgi.RegistryStrategyOSGI can not
> access a member of class umlplugin.editor.MyUMLEditor with modifiers ""
>
> What have I done wrong?
>
> Thanks for your help!
>
|
|
|
Re: Creating a UML Editor [message #626708 is a reply to message #477499] |
Fri, 13 June 2008 16:20  |
Eclipse User |
|
|
|
Hi Iris,
I'm not sure if you are still getting this issue but it would seem like some
parameter is missing to the extension point?
Do you still have the issue?
Cheers,
- James.
"Iris" <Iris.Groher@gmx.at> wrote in message
news:2a1d92c32e6b21abc3bb0b36d82822e3$1@www.eclipse.org...
> Hi,
>
> I have another question. I created an Eclipse plugin that contains an
> editor. I just extended the
> org.eclipse.uml2.uml.editor.presentation.UMLEditor class. I registered the
> editor as extension and run it. The error that I get when trying to open a
> *.uml model is the following:
>
> java.lang.IllegalAccessException: Class
> org.eclipse.core.internal.registry.osgi.RegistryStrategyOSGI can not
> access a member of class umlplugin.editor.MyUMLEditor with modifiers ""
>
> What have I done wrong?
>
> Thanks for your help!
>
|
|
|
Powered by
FUDForum. Page generated in 0.08394 seconds