Skip to main content



      Home
Home » Eclipse Projects » GEF » GEF Project to RCP
GEF Project to RCP [message #245166] Tue, 26 August 2008 13:02 Go to next message
Eclipse UserFriend
Hello Everyone

I am trying to figure out a way to take my GEF project and make it into an
RCP application. Hopefully so all I'll have to do is double click an exe
and my editor will be there. Anyone know of a way or any good examples /
tutorials for doing this?

Thanks,
MS
Re: GEF Project to RCP [message #245171 is a reply to message #245166] Tue, 26 August 2008 23:40 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: lifesting.gmail.com

Michael S. wrote:
> Hello Everyone
>
> I am trying to figure out a way to take my GEF project and make it into
> an RCP application. Hopefully so all I'll have to do is double click an
> exe and my editor will be there. Anyone know of a way or any good
> examples / tutorials for doing this?
>
> Thanks,
> MS
>
1. define a product extension contributes to
org.eclipse.core.runtime.products

2 let org.eclipse.ui.ide.workbench be the application

3 configure the necessary properties(refer to Help) for the application
above.

4 define a product file through Eclipse wizard, then export it as
executable file after configuration.

5 double click as you like:)
Re: GEF Project to RCP [message #245181 is a reply to message #245166] Wed, 27 August 2008 01:01 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: shady_86.sify.com

please first go through this RCP tutorial
http://www.vogella.de/articles/RichClientPlatform/article.ht ml#editor_s1a

after this if you have knowledge of GEF then it wont be difficult at all to integrate GEF with RCP :)
Re: GEF Project to RCP [message #245212 is a reply to message #245166] Wed, 27 August 2008 14:40 Go to previous messageGo to next message
Eclipse UserFriend
Thanks for the tips guys.
Re: GEF Project to RCP [message #245342 is a reply to message #245171] Thu, 04 September 2008 13:11 Go to previous message
Eclipse UserFriend
So I made a product file, made "org.eclipse.ui.ide.workbench" be my
application, I added all the required plugins, and everything was working
fine. I could double click on an exe and there would be my app.

But today after updating some functions (not related to the RCP) I export
again. Everything appears to work fine until I try to start my project.
I get this error message in the log:

java.lang.RuntimeException: Application "org.eclipse.ui.ide.workbench"
could not be found in the registry.

Anybody have any ideas / suggestions?

MS
Previous Topic:Make selection to new Pasted Objects
Next Topic:Using EMF with multiple editors
Goto Forum:
  


Current Time: Fri Jul 25 23:17:05 EDT 2025

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

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

Back to the top