Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Equinox » Application is not starting since moving to M5
Application is not starting since moving to M5 [message #83395] Fri, 16 February 2007 17:14 Go to next message
Eclipse UserFriend
Originally posted by: ryanman.aaaaaaaaaaaaaaaaaaa.com

I have a command line eclipse application
(org.eclipse.core.runtime.applications) that I programmatically create a
launch config for
( http://www.eclipse.org/articles/Article-Java-launch/launchin g-java.html)

Since moving to M5, I see the startup.jar is no longer used. So, when
creating the launch, I'm pointing at
plugins/org.eclipse.equinox.launcher_1.0.0.v20070208a.jar instead.

When running the launch, I see the osgi> console come up, but my application
does not start.

I'm setting "Eclipse-LazyStart: false" in manifest.mf.

If I type ss in the console, that causes my application to startup.

What am I missing to ensure my application starts as soon as the launch is
run?
JSP Support has graduated out of the incubator [message #83424 is a reply to message #83395] Fri, 16 February 2007 23:11 Go to previous messageGo to next message
Simon Kaegi is currently offline Simon KaegiFriend
Messages: 22
Registered: July 2009
Junior Member
Hi all,

The JSP work has graduated into the main depot and can now be found in CVS
at:
/cvsroot/eclipse/org.eclipse.equinox.jsp.jasper
/cvsroot/eclipse/org.eclipse.equinox.jsp.jasper.registry

All future development will occur in their new home.
These projects have not yet been added to the build but should be in for M6.

-Simon
Re: Application is not starting since moving to M5 [message #84070 is a reply to message #83395] Wed, 14 March 2007 19:37 Go to previous message
Thomas Watson is currently offline Thomas WatsonFriend
Messages: 503
Registered: July 2009
Senior Member
I think this may be related to an old bug
https://bugs.eclipse.org/bugs/show_bug.cgi?id=40066

We have a work around in the code if you set
osgi.console.blockOnReady=true as a system property.

The reason I say this is because running the "ss" command should have
nothing to do with your application starting. I think your application
must be blocked because of the VM bug mentioned in bug 40066.

Tom
Previous Topic:exporting dynamic-imported packages
Next Topic:need JSP example without using Jetty
Goto Forum:
  


Current Time: Thu Mar 28 21:06:22 GMT 2024

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

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

Back to the top