[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Newsgroup Home]
|
[news.eclipse.platform.rcp] Re: Problem after export Eclipse product
|
- From: kontact_chan@xxxxxxxxx (Chandran A Narasimhan)
- Date: Sat, 11 Oct 2008 20:51:00 +0000 (UTC)
- Newsgroups: eclipse.platform.rcp
- Organization: Eclipse
- User-agent: NewsPortal/0.36 (http://florian-amrhein.de/newsportal)
I assume you are able to launch your RCP successfully using the 'Run' ->
Run Configurations.
Make sure the following are properly done :
1 - In your product file 'Overview' tab under 'The product configuration
is
based on' tab you have 'plug-ins' selected. (Hope you are exporting your
product based on plug-ins)
2 - in 'Configuration' tab you have your main plug-in and all the
dependent plug-ins are added properly. I would suggest Remove All -> Add
your main plug-in -> Check 'Include optional dependencies when computing
required plug-ins'->Add Required Plug-ins
3- If you are doing a export for windows 32 platform - make sure you have
added the following to your product dependent plug-ins
org.eclipse.equinox.launcher
org.eclipse.equinox.launcher.win32.win32.x86
org.eclipse.swt.win32.win32.x86
4 - In the 'Overview' tab Name, ID, Version and Application are
appropriately set.
Now, try launch the product from your product 'Overview' section, using
'Launch Eclipse application'.
You are all set for a successful product export.
Do the product export and it will never fail.
My 0.2 cents !