Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Equinox » Is there any Tutorial for migrating a RCP Standalone APP to Exquinox?
Is there any Tutorial for migrating a RCP Standalone APP to Exquinox? [message #52256] Wed, 02 November 2005 11:06 Go to next message
Eclipse UserFriend
Originally posted by: sheng.clanfang.com

Is there any Tutorial for migrating a RCP Standalone APP to Exquinox? Or a
simple sample?

I have a RCP APP, and it works standalone, and I want to launch it using
Equinox Runtime.

Thanx in advance.
Re: Is there any Tutorial for migrating a RCP Standalone APP to Exquinox? [message #52281 is a reply to message #52256] Wed, 02 November 2005 11:34 Go to previous messageGo to next message
Gunnar Wagenknecht is currently offline Gunnar WagenknechtFriend
Messages: 486
Registered: July 2009
Location: San Francisco ✈ Germany
Senior Member

Sheng Fang wrote:
> Is there any Tutorial for migrating a RCP Standalone APP to Exquinox? Or
> a simple sample?

Mhm. What and why do you want to migrate? If you application is based on
Eclipse RCP 3.0 or later you are already running on Equinox.

Cu, Gunnar
Re: Is there any Tutorial for migrating a RCP Standalone APP to Exquinox? [message #52363 is a reply to message #52281] Thu, 03 November 2005 09:32 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: sheng.clanfang.com

Because I would not like to use Eclipse RCP Start to launch my APP. I'm
looking for a trivial way to convert a RCP APP en Tech Equinox. To invoke
org.elcipse.osgi to launch the APP directly.

Thanks.
Re: Is there any Tutorial for migrating a RCP Standalone APP to Exquinox? [message #53226 is a reply to message #52363] Wed, 16 November 2005 01:52 Go to previous message
Eclipse UserFriend
Originally posted by: jeff_nospam_mcaffer.ca.ibm.com

If you are trying to launch Eclipse from Java code (as opposed to via the
normal eclipse.exe style launcher) then look at the code for startup.jar (in
the org.eclipse.platform project in the repo). The relatively simple Main
class there does some rudimentary searching, setting up a classloader fr the
framework and command line parsing and then calls EclipseStarter API to
start the framework.

If this is not what you are after, can you give more detail of your usecase?

Jeff


"Sheng Fang" <sheng@clanfang.com> wrote in message
news:863f9c9118e92e7b534564757130328c$1@www.eclipse.org...
> Because I would not like to use Eclipse RCP Start to launch my APP. I'm
> looking for a trivial way to convert a RCP APP en Tech Equinox. To invoke
> org.elcipse.osgi to launch the APP directly.
>
> Thanks.
>
Previous Topic:Possible to "export all" packages from OSGI manifest?
Next Topic:Deploying Eclipse OSGI Plugin Project to a Running Equinox
Goto Forum:
  


Current Time: Fri Apr 26 09:25:46 GMT 2024

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

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

Back to the top