Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Equinox » Custom Equinox FrameworkLauncher and STARTER class
Custom Equinox FrameworkLauncher and STARTER class [message #110351] Mon, 19 May 2008 20:05
Elias Balasis is currently offline Elias BalasisFriend
Messages: 11
Registered: July 2009
Junior Member
I recently tried to create a custom FrameworkLauncher for the Equinox
framework to combine the advantages of both Equinox and Knopflerfish.
I created a custom FrameworkLauncher class as subclass of original
org.eclipse.equinox.servletbridge.FrameworkLauncher and implemented the
startup/shutdown sequence there.
Unfortunately I couldn't define the STARTER class without modifying the
original source FrameworkLauncher code since it is not modifiable
(protected static final String STARTER =
"org.eclipse.core.runtime.adaptor.EclipseStarter") so I used a modified
version of the FrameworkLauncher with STARTER replaced

It would be very convenient to make this declaration not final to enable
overriding in subclass.
Previous Topic:Can a fragment export additional classes to a bundle?
Next Topic:Documentation for config.ini
Goto Forum:
  


Current Time: Fri Apr 26 19:42:35 GMT 2024

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

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

Back to the top