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 #606195] Mon, 28 June 2010 15:52
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
Previous Topic:Custom Wizard Page Back Button Not Functional
Next Topic:content.xml missing when building against Helios
Goto Forum:
  


Current Time: Tue Sep 24 07:09:31 GMT 2024

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

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

Back to the top