[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Newsgroup Home]
[news.eclipse.platform.rcp] Re: Calling method from different plugins

Now that the depenências added, the RCP application is running, but when opening a publisher is the message: java.lang.NullPointerException
at org.eclipse.m2m.atl.adt.ui.editor.AtlEditor.initializeEditor(AtlEditor.java:1112)
at org.eclipse.ui.texteditor.AbstractDecoratedTextEditor.<init>(AbstractDecoratedTextEditor.java:278)
at org.eclipse.ui.editors.text.TextEditor.<init>(TextEditor.java:57)
at org.eclipse.m2m.atl.adt.ui.editor.AtlEditor.<init>(AtlEditor.java:665)
at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
at sun.reflect.NativeConstructorAccessorImpl.newInstance(Unknown Source)
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(Unknown Source)
at java.lang.reflect.Constructor.newInstance(Unknown Source)
at java.lang.Class.newInstance0(Unknown Source)
at java.lang.Class.newInstance(Unknown Source)
(...)


REMARK: I am trying to open a file extension *. atl I would like to open not only the editor ATL, but any editor who wants.

best regards, Alabê Duarte