Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Eclipse: Product Export error: The Product executable launcher was unable to locate its companion shared library

I am exporting an Eclipse Plugin Project using Product Export Wizard, I have Eclipse Indigo 64 bit bits.

Everything works fine when I tried exporting it as a 64 bit project. But problems oocured when I tried exporting it into a 32bit project.

I have set the target platform, installed JRE 32bit, added all the required plugins, the program compiles and runs fine on a 32 bit JRE.

The product also seem to export successfully, however, when I tried running the .Exe, it throws an error "The Product executable launcher was unable to locate its companion shared library."

I have checked that the org.eclipse.equinox.launcher_1.2.0.v20110502.jar and org.eclipse.equinox.launcher.win32.win32.x86_1.1.100.v20110502 both exists in the plugins folder. I have compared the plugins for the .product file with the runtime configuration plugins, everything seems fine, but I just could not start the .exe.

Please help..

like image 328
RKM Avatar asked Jan 18 '26 17:01

RKM


1 Answers

According to this, unpacking the org.eclipse.equinox.launcher.win32.win32.x86_XXXXXXXX jar with the same name in the same directory (i.e. plugins/) fix the issue for me

like image 82
l1sq0u48 Avatar answered Jan 20 '26 11:01

l1sq0u48



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!