Monday, August 12, 2013

Eclipse RCP & RAP Bundle org.eclipse.ui

I created just a "hello world" app for RCP project. It compiled and ran just fine. However, right after I created a RAP project in the same workspace in the Eclipse (RAP target platform was also installed since this is the very first time a RAP project is created), now all the sudden the RCP project threw compliation error like it's missing some dependencies:
MANIFEST.MF error

It turned out that RAP and RCP use different target platforms!!!?? as shown in Eclipse:



So what happened is Eclipse switched to RAP target platform when I created a RAP project!

Solution: Window > Preferences > Plug-in Development > Target Platform > Running Platform > Apply > Ok

No comments:

Post a Comment