|
|
Re: Invalid activator after product export [message #558596 is a reply to message #558561] |
Mon, 13 September 2010 11:47  |
Eclipse User |
|
|
|
Thx for the tip.
When I started the eclipse.exe with the console option the OSGI console disappeared faster than I could react so I tried to start everything via the org.eclipse.equinox.launcher... jar and it worked flawlessly with my locally installed 32bit JRE. Doing the same with the JRE bundled with the product yielded the following error though:
>jre\bin\java.exe plugins\org.eclipse.equinox.launcher_1.0.201.R35x_v20090715. jar -console
Exception in thread "main" java.lang.NoClassDefFoundError: plugins\org/eclipse/equinox/launcher_1/0/201/R35x_v20090715/ jar
Caused by: java.lang.ClassNotFoundException: plugins\org.eclipse.equinox.launcher_1.0.201.R35x_v20090715. jar
at java.net.URLClassLoader$1.run(Unknown Source)
at java.security.AccessController.doPrivileged(Native Method)
at java.net.URLClassLoader.findClass(Unknown Source)
at java.lang.ClassLoader.loadClass(Unknown Source)
at sun.misc.Launcher$AppClassLoader.loadClass(Unknown Source)
at java.lang.ClassLoader.loadClass(Unknown Source)
Could not find the main class: plugins\org.eclipse.equinox.launcher_1.0.201.R35x_v20090715. jar. Program will exit.
|
|
|
Powered by
FUDForum. Page generated in 0.03127 seconds