No application id has been found [message #507019] |
Mon, 11 January 2010 12:00  |
Eclipse User |
|
|
|
Hello,
I have an RCP application that runs perfectly but crashes when I add the following dependencies to it in the manifest file:
org.eclipse.dltk.core;bundle-version="1.0.0",
org.eclipse.dltk.javascript.core;bundle-version="1.0.0"
If I add that I get to see the splash screen of the application and then I get a launch error with this exception in the log:
java.lang.RuntimeException: No application id has been found.
at org.eclipse.equinox.internal.app.EclipseAppContainer.startDefaultApp(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(EclipseStarter.java:368)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:179)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:559)
at org.eclipse.equinox.launcher.Main.basicRun(Main.java:514)
at org.eclipse.equinox.launcher.Main.run(Main.java:1311)
at org.eclipse.equinox.launcher.Main.main(Main.java:1287)
Any help is appreciated...
Thanks,
Milton.
|
|
|
Re: No application id has been found [message #508195 is a reply to message #507019] |
Sun, 17 January 2010 09:29  |
Eclipse User |
|
|
|
Hi Milton,
You did not include either one of these two plugins or one of their
dependencies.
Best regards,
Wim
> Hello,
>
> I have an RCP application that runs perfectly but crashes when I add the
following dependencies to it in the manifest file:
>
> org.eclipse.dltk.core;bundle-version="1.0.0",
> org.eclipse.dltk.javascript.core;bundle-version="1.0.0"
>
> If I add that I get to see the splash screen of the application and then I
get a launch error with this exception in the log:
>
> 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:368)
> at
org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseS tarter.java:179)
> at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
> at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
> at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
> at java.lang.reflect.Method.invoke(Unknown Source)
> at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java: 559)
> at org.eclipse.equinox.launcher.Main.basicRun(Main.java:514)
> at org.eclipse.equinox.launcher.Main.run(Main.java:1311)
> at org.eclipse.equinox.launcher.Main.main(Main.java:1287)
>
> Any help is appreciated...
>
> Thanks,
> Milton.
|
|
|
Powered by
FUDForum. Page generated in 0.03922 seconds