Hallo zusammen,
bekomme nachdem export folgende feherlmeldung...
wenn ich mein product in eclipste starte(testing start launch) funktioniert alles einwandfrei was hab ich falsch gemacht?
bekomme nachdem export folgende feherlmeldung...
Code:
!SESSION 2008-07-08 15:24:39.158 -----------------------------------------------
eclipse.buildId=unknown
java.fullversion=J2RE 1.4.2 IBM Windows 32 build cn142sr1w-20041028 (JIT enabled: jitc)
BootLoader constants: OS=win32, ARCH=x86, WS=win32, NL=de_DE
Command-line arguments: -os win32 -ws win32 -arch x86
!ENTRY org.eclipse.update.configurator 2008-07-08 15:24:39.736
!MESSAGE Plugin does not have a valid identifier: plugins/temp_1.0.0.jar
!ENTRY org.eclipse.update.configurator 2008-07-08 15:24:39.736
!MESSAGE Plugin does not have a valid version: plugins/temp_1.0.0.jar
!ENTRY org.eclipse.update.configurator 2008-07-08 15:24:39.877
!MESSAGE Could not install bundle plugins/temp_1.0.0.jar
!ENTRY org.eclipse.core.runtime 2008-07-08 15:24:40.002
!MESSAGE Product myProduct.product could not be found.
!ENTRY org.eclipse.osgi 4 0 2008-07-08 15:24:40.002
!MESSAGE Application error
!STACK 1
java.lang.RuntimeException: No application id has been found.
at org.eclipse.core.internal.runtime.PlatformActivator$1.run(PlatformActivator.java:56)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:92)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:68)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:400)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:177)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:85)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:58)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:60)
at java.lang.reflect.Method.invoke(Method.java:391)
at org.eclipse.core.launcher.Main.invokeFramework(Main.java:336)
at org.eclipse.core.launcher.Main.basicRun(Main.java:280)
at org.eclipse.core.launcher.Main.run(Main.java:977)
at org.eclipse.core.launcher.Main.main(Main.java:952)
wenn ich mein product in eclipste starte(testing start launch) funktioniert alles einwandfrei was hab ich falsch gemacht?