Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Rich Client Platform (RCP) » [NEWBEE/E4] Hello world - Switch from plugin to feature - No application id has been found.(I need a very beginner tutorial or documantion)
[NEWBEE/E4] Hello world - Switch from plugin to feature - No application id has been found. [message #1401842] Wed, 16 July 2014 06:41 Go to next message
Andreas Riedel is currently offline Andreas RiedelFriend
Messages: 1
Registered: July 2014
Junior Member
Hello Forum,

after 17 years of being C++/Java-Programmer I find it very frustrated to start RCP programming.

Currently it stucks by a very simple thing: I create a stupid simple Eclipse 4/Eclipse 4 Application Project with NO sample content. (The stupids of the stupids examples).

After that I start the product and everything is fine.

Then I tried a stupid thing: switch product from plugin based to feature base and nothing will works. java.lang.ClassNotFoundException: org.eclipse.core.runtime.adaptor.EclipseStarter

No help in internet found for this topic, I tried to add org.eclipse.e4.rcp and add required (org.eclipse.emf.ecore and org.eclipse.emf.common) was added. Start the product again I get a new error message: java.lang.RuntimeException: No application id has been found.. Set the Product->Overview-General Information->ID='Test', ended up in the same error-message. Read a little bit about this, find that not adding all required plugins can ended up in this message. But what plugins this should be.

I find it very frustated. I get error messages that didn't help me and can't find any base documention or tutorial (yes, if have read all this vogella tutorial, but they don't explain the basics). Eclipse itself discripts on tons of documention every aspect of SWT and RCP but I can't find any answer to my (I think very easy) questions. There are some other part:

- Without the correct dependencies I get none Minimized/Maximizied buttons in my parts.
- Why add the "Eclipse 4 Application Project" with option sample content create a project with 3 billion dependencies.

and so on, and so on, ..........



Sad

TIA
Andreas
Re: [NEWBEE/E4] Hello world - Switch from plugin to feature - No application id has been found. [message #1402098 is a reply to message #1401842] Wed, 16 July 2014 14:12 Go to previous message
Thomas Schindl is currently offline Thomas SchindlFriend
Messages: 6651
Registered: July 2009
Senior Member
I'd suggest you create your own feature and add ALL plugins that are
mentionned in the .product-File into it and launch with that feature.

Tom

On 16.07.14 15:05, Andreas Riedel wrote:
> Hello Forum,
>
> after 17 years of being C++/Java-Programmer I find it very frustrated to
> start RCP programming.
>
> Currently it stucks by a very simple thing: I create a stupid simple
> Eclipse 4/Eclipse 4 Application Project with NO sample content. (The
> stupids of the stupids examples).
>
> After that I start the product and everything is fine.
>
> Then I tried a stupid thing: switch product from plugin based to feature
> base and nothing will works. java.lang.ClassNotFoundException:
> org.eclipse.core.runtime.adaptor.EclipseStarter
>
> No help in internet found for this topic, I tried to add
> org.eclipse.e4.rcp and add required (org.eclipse.emf.ecore and
> org.eclipse.emf.common) was added. Start the product again I get a new
> error message: java.lang.RuntimeException: No application id has been
> found.. Set the Product->Overview-General Information->ID='Test', ended
> up in the same error-message. Read a little bit about this, find that
> not adding all required plugins can ended up in this message. But what
> plugins this should be.
>
> I find it very frustated. I get error messages that didn't help me and
> can't find any base documention or tutorial (yes, if have read all this
> vogella tutorial, but they don't explain the basics). Eclipse itself
> discripts on tons of documention every aspect of SWT and RCP but I can't
> find any answer to my (I think very easy) questions. There are some
> other part:
>
> - Without the correct dependencies I get none Minimized/Maximizied
> buttons in my parts.
> - Why add the "Eclipse 4 Application Project" with option sample content
> create a project with 3 billion dependencies.
>
> and so on, and so on, ..........
>
>
>
> :(
>
> TIA
> Andreas
>
Previous Topic:Error when reverting p2 update from installation history
Next Topic:OSX specific RCP app stall, how to determine cause?
Goto Forum:
  


Current Time: Thu Apr 25 05:07:21 GMT 2024

Powered by FUDForum. Page generated in 0.03277 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top