[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Newsgroup Home]
[news.eclipse.platform.rcp] Re: Problem after export Eclipse product

badr wrote:
Hello,
My application is developed under Eclipse 3.2. I tried to add the following dependent plug-ins in my product • org.eclipse.equinox.launcher • org.eclipse.equinox.launcher.win32.win32.x86 • org.eclipse.swt.win32.win32.x86


But i can't, because my Eclipse version (eclipse-SDK-3.2-win32) does not contain these plugins.

Right, because these are Eclipse 3.4 plugins.

Then, I have changed the version of eclipse, then now i work with "eclipse-rcp-ganymede-SR1-win32" version. But i obtained an Application Error when i tried to launch the RCP application (the same error obtained when exporting my application product under Eclipse 3.2).

The most popular error after an Eclipse switch is due to the fact that you have forgotten to adapt you launch file.


1) Select Run>Run Configurations... from main menu
2) In the (left) master control select 'Eclipse Application' and below that select the launch name of your RCP app.
3) On the (right) details control select the tab "Plug-ins" and press
"Add required Plug-ins". Save the state via "Apply" or just start the app via "Run".


HTH & Greetings from Bremen,

Daniel Krügler