Unable to find plug-in: org.eclipse.equinox.launcher [message #513168] |
Tue, 09 February 2010 02:47  |
Eclipse User |
|
|
|
Hi all,
I've installed the delta packge for Eclipse 3.5, and I can see the equinox launcher installed among all plugins, but when I try to build a product (for any target platform) I got the following error message:
Unable to find plug-in: org.eclipse.equinox.launcher_1.0.200.v20090520. Please check the error log for more details.
Now if I enter in the eclipse/plugins directory of my installation I can see the following laucnhers:
$ ls plugins/*launcher* -ld
drwxrwxr-x 3 luca luca 4096 2009-06-12 00:29 plugins/org.eclipse.equinox.launcher.carbon.macosx_1.0.200.v20090520-1835
drwxrwxr-x 3 luca luca 4096 2009-06-12 00:29 plugins/org.eclipse.equinox.launcher.cocoa.macosx_1.0.0.v20090519
drwxrwxr-x 3 luca luca 4096 2009-06-12 00:29 plugins/org.eclipse.equinox.launcher.cocoa.macosx.x86_64_1.0.0.v20090519
drwxrwxr-x 3 luca luca 4096 2009-06-12 00:29 plugins/org.eclipse.equinox.launcher.gtk.linux.ppc_1.0.200.v20090519
drwxrwxr-x 3 luca luca 4096 2009-06-12 00:29 plugins/org.eclipse.equinox.launcher.gtk.linux.s390_1.0.100.v20090426-1530
drwxrwxr-x 3 luca luca 4096 2009-06-12 00:29 plugins/org.eclipse.equinox.launcher.gtk.linux.s390x_1.0.100.v20090426-1530
drwxrwxr-x 3 luca luca 4096 2009-06-12 00:29 plugins/org.eclipse.equinox.launcher.gtk.linux.x86_1.0.200.v20090520
drwxrwxr-x 3 luca luca 4096 2009-06-12 00:29 plugins/org.eclipse.equinox.launcher.gtk.linux.x86_64_1.0.200.v20090519
drwxrwxr-x 3 luca luca 4096 2009-06-12 00:29 plugins/org.eclipse.equinox.launcher.gtk.solaris.sparc_1.0.200.v20090519
drwxrwxr-x 3 luca luca 4096 2009-06-12 00:29 plugins/org.eclipse.equinox.launcher.gtk.solaris.x86_1.0.200.v20090519
drwxrwxr-x 3 luca luca 4096 2009-06-12 00:29 plugins/org.eclipse.equinox.launcher.motif.aix.ppc_1.0.200.v20090519
drwxrwxr-x 3 luca luca 4096 2009-06-12 00:29 plugins/org.eclipse.equinox.launcher.motif.hpux.ia64_32_1.0.100.v20090519
drwxrwxr-x 3 luca luca 4096 2009-06-12 00:29 plugins/org.eclipse.equinox.launcher.motif.hpux.PA_RISC_1.0.100.v20090306-1900
drwxrwxr-x 3 luca luca 4096 2009-06-12 00:29 plugins/org.eclipse.equinox.launcher.motif.linux.x86_1.0.200.v20090520
drwxrwxr-x 3 luca luca 4096 2009-06-12 00:29 plugins/org.eclipse.equinox.launcher.motif.solaris.sparc_1.0.200.HEAD
drwxrwxr-x 3 luca luca 4096 2009-06-12 00:29 plugins/org.eclipse.equinox.launcher.win32.win32.x86_1.0.200.v20090519
drwxrwxr-x 3 luca luca 4096 2009-06-12 00:29 plugins/org.eclipse.equinox.launcher.win32.win32.x86_64_1.0.200.v20090519
drwxrwxr-x 3 luca luca 4096 2009-06-12 00:29 plugins/org.eclipse.equinox.launcher.wpf.win32.x86_1.0.200.v20090519
I've also tried editing the active target configruation as explained here http:// aniefer.blogspot.com/2009/06/using-deltapack-in-eclipse-35.h tml either checking or uncheking the current target platform. Even if I can see, in the export dialog, the "Generate for multiple platforms" and I can select the multiple platform each time I got the above error about the launcher that cannot be found. Any idea?
|
|
|
|
|
|
|
|
|
|
Re: Unable to find plug-in: org.eclipse.equinox.launcher [message #1264880 is a reply to message #513168] |
Wed, 05 March 2014 10:21  |
Eclipse User |
|
|
|
Just wanted to add a little more information for anyone else that runs into this problem (as I did this morning using Kepler 4.3.1). In my case:
1. I had the correct delta-pack installed (into the eclipse/features and eclipse/plugins directory of my running platform.
2. Exporting win32,x86 from my x86 development environment worked fine.
3. Exporting win32,x86_64 from my x86_64 development environment worked fine.
4. Exporting x86 from the x86_64, or x86_64 from x86 did not.
5. Exporting any flavor of linux did not work
My root problem turned out to be the active "Target Platform" definition. It was set to the default (Running Platform) which excludes the non-native launcher plugins (even though the delta-pack was installed in the same place).
Just create a new Target Platform (Preferences -> Plug-in Devel -> Target Platform) and add a "Directory" source that points to the 'eclipse' directory of the installation. This will pick up all the non-native plugins.
-Kevin
|
|
|
Powered by
FUDForum. Page generated in 0.27274 seconds