Skip to main content



      Home
Home » Eclipse Projects » Eclipse 4 » RCP Product Export Won't Create Launcher Executable(Eclipse 4 RCP Product Export Won't Create Launcher Executable)
RCP Product Export Won't Create Launcher Executable [message #1231390] Tue, 14 January 2014 10:00 Go to next message
Eclipse UserFriend
Hi, All:

I am trying to export a .product. But the launcher exe won't get created!

Here are some details:
- Windows 7, 64-bit.
- Eclipse RCP 4.3, updated to the latest: Version Kepler Service Release 1, Build id: 20130919-0819.
- The application is a GUI of org.eclipse.e4.ui.workbench.swt.E4Application.
- [Overview]
-- Checked: The product includes native launcher artifacts.
-- based on plug-ins.
- [Dependencies]
-- Added org.eclipse.equinox.launcher and org.eclipse.equinox.launcher.win32.x86_64.
-- Clicked "Add Required Plug-ins".
- [Configuration] Leave "Generate a default config.ini file" checked.
- [Launching]:
-- Tried both no Execution Environment specified and JavaSE 1.7.
-- Checked: Use a single ICO file.
- [Splash] specified.

Any pointer would be highly appreciated!!!

- Charles
Re: RCP Product Export Won't Create Launcher Executable [message #1231720 is a reply to message #1231390] Wed, 15 January 2014 03:42 Go to previous messageGo to next message
Eclipse UserFriend
Hi,

do you export the product from within your IDE? Are there any log
messages or errors?

Regards

Jonas

Am 14.01.2014 16:00, schrieb Charles Li:
> Hi, All:
>
> I am trying to export a .product. But the launcher exe won't get created!
>
> Here are some details:
> - Windows 7, 64-bit.
> - Eclipse RCP 4.3, updated to the latest: Version Kepler Service Release
> 1, Build id: 20130919-0819.
> - The application is a GUI of
> org.eclipse.e4.ui.workbench.swt.E4Application.
> - [Overview] -- Checked: The product includes native launcher artifacts.
> -- based on plug-ins.
> - [Dependencies] -- Added org.eclipse.equinox.launcher and
> org.eclipse.equinox.launcher.win32.x86_64.
> -- Clicked "Add Required Plug-ins".
> - [Configuration] Leave "Generate a default config.ini file" checked.
> - [Launching]:
> -- Tried both no Execution Environment specified and JavaSE 1.7.
> -- Checked: Use a single ICO file.
> - [Splash] specified.
>
> Any pointer would be highly appreciated!!!
>
> - Charles
[Resolved]: RCP Product Export Won't Create Launcher Executable [message #1231909 is a reply to message #1231720] Wed, 15 January 2014 13:17 Go to previous messageGo to next message
Eclipse UserFriend
I got it work by creating another product configuration. Yes, I was exporting product from with the Eclipse IDE.

However, I still don't understand exactly what went wrong.
Re: [Resolved]: RCP Product Export Won't Create Launcher Executable [message #1712868 is a reply to message #1231909] Thu, 29 October 2015 00:20 Go to previous messageGo to next message
Eclipse UserFriend
Once you have exported you product using the Product Export Wizard, you will have a folder that includes an exe for launching your RCP application.

If you then want to create a packaged version for installing from a single exe, I've used the Nullsoft Scriptable Install System in the past. Comes with some good examples, lets you easily create start menu entries and an uninstaller.

If you install EclipseNSIS you can use its wizard to create the installer. New->Other->EclipseNSIS->NSIS Script. Takes you through it step by step and creates the script for you. You can also then run your installer build script right from eclipse.
Re: [Resolved]: RCP Product Export Won't Create Launcher Executable [message #1738216 is a reply to message #1231909] Mon, 18 July 2016 04:37 Go to previous messageGo to next message
Eclipse UserFriend
Charles Li wrote on Wed, 15 January 2014 13:17
I got it work by creating another product configuration. Yes, I was exporting product from with the Eclipse IDE.

However, I still don't understand exactly what went wrong.


By default, a newly created product file has the setting: includeLaunchers="true". The original, not working, one has it probably set it to "false".
Re: [Resolved]: RCP Product Export Won't Create Launcher Executable [message #1738253 is a reply to message #1738216] Mon, 18 July 2016 09:20 Go to previous message
Eclipse UserFriend
Hi,

I had a similar problem but tried this and it worked

http://stackoverflow.com/questions/31666311/eclipse-rcp-wrong-plugin-version-gets-exported

Regards.
Previous Topic:Latest Eclipse for PowerPC?
Next Topic:Integrate Editor python in rcp
Goto Forum:
  


Current Time: Sat Jul 12 02:09:07 EDT 2025

Powered by FUDForum. Page generated in 0.04776 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top