[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Newsgroup Home]
|
[news.eclipse.platform.rcp] [SOLVED] Re: NullPointerException in LocationManager when launching deployed RCP-app
|
I solved my problem. But I still do not know what was wrong. So any
comments are still very welcome!
This is what I did:
After suspecting that using Eclipse 3.1.0 instead of 3.0.1 or something
might be the cause,
1) I downloaded the RCP Runtime Binary (instead of the whole Eclipse SDK).
2) I then put my plugin into the plugins-dir, copied the
org.eclipse.update.configurator_3.0.0 (from the IDE-plugins folder).
This was recommended by
http://www.eclipse.org/articles/Article-RCP-1/tutorial1.html under the
section "Troubleshooting" in order to resolve problems when plugins are
not found.
3) To have a fresh start I also deleted the configuration-dir in my
deployed RCP directory.
4) Run my RCP-app -- and it works.
Stefan