Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Plugin Development Environment (PDE) » Problem launching Eclipse product
Problem launching Eclipse product [message #543182] Mon, 28 June 2010 15:52 Go to next message
Mario Cervera is currently offline Mario CerveraFriend
Messages: 66
Registered: July 2009
Member
Hi,

I am exporting eclipse products via Product Configuration Files. The export
process works fine but when I double-click the exe file I get this error:

java.lang.RuntimeException: No application id has been found.

at
org.eclipse.equinox.internal.app.EclipseAppContainer.startDe faultApp(EclipseAppContainer.java:236)

at
org.eclipse.equinox.internal.app.MainApplicationLauncher.run (MainApplicationLauncher.java:29)

at
org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher .runApplication(EclipseAppLauncher.java:110)

at
org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher .start(EclipseAppLauncher.java:79)

at
org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseS tarter.java:382)

.............





To fix it I must manually add the following line to the config.ini file:



eclipse.application=org.eclipse.ui.ide.workbench



Why do I have to do this? I set this information correctly in the .product
file, so I guess it should be automatically added to the config.ini file.



Any hint will be highly appreciated :)



Thanks in advance



Mario
Re: Problem launching Eclipse product [message #543386 is a reply to message #543182] Tue, 29 June 2010 09:17 Go to previous message
Mario Cervera is currently offline Mario CerveraFriend
Messages: 66
Registered: July 2009
Member
I've solved it. The problem was that I wasn't including the plug-in defing
(via extension point) the product in the actual product.

Mario

"Mario Cervera" <mcervera@pros.upv.es> escribi
Re: Problem launching Eclipse product [message #606208 is a reply to message #543182] Tue, 29 June 2010 09:17 Go to previous message
Mario Cervera is currently offline Mario CerveraFriend
Messages: 66
Registered: July 2009
Member
I've solved it. The problem was that I wasn't including the plug-in defing
(via extension point) the product in the actual product.

Mario

"Mario Cervera" <mcervera@pros.upv.es> escribi
Previous Topic:Adding xml to the eclipse plugin classpath
Next Topic:Using API tooling to search for test cases
Goto Forum:
  


Current Time: Tue Apr 16 16:57:43 GMT 2024

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

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

Back to the top