Configuring Eclipse to run Helper
1. Install Eclipse platform, install Subclipse
(http://subclipse.tigris.org) to work with Subversion. Checkout Helper
project plug-ins
(https://svn.sourceforge.net/svnroot/helper).
2. Download Eclipse RCP SDK from
http://download.eclipse.org/eclipse/downloads/drops/R-3.2.1-200609210945/
3. Extract it to folder (e.g. ../target)
4. In Eclipse, Window - Preferences - Plug-in Development - Target Platform
specify the location of the folder with target (step 3)
5. Add to target (copy to folder target/eclipse/plugins from
eclipse/plugins) additional plugins. After that your target/plugins should
contain this files:
com.ibm.icu.source_3.4.4.1
org.eclipse.rcp.source.win32.win32.x86_3.2.0.v20060609m-SVDNgVrNoh-MeGG
org.eclipse.rcp.source_3.2.0.v20060609m-SVDNgVrNoh-MeGG
com.hp.hpl.jena_2.4.0.jar *
com.ibm.icu_3.4.4.1.jar
net.sourceforge.hsqldb_1.8.0.5.jar *
org.eclipse.core.commands_3.2.0.I20060605-1400.jar
org.eclipse.core.contenttype_3.2.0.v20060603.jar
org.eclipse.core.expressions_3.2.0.v20060605-1400.jar
org.eclipse.core.jobs_3.2.0.v20060603.jar
org.eclipse.core.runtime.compatibility.auth_3.2.0.v20060601.jar
org.eclipse.core.runtime_3.2.0.v20060603.jar
org.eclipse.equinox.common_3.2.0.v20060603.jar
org.eclipse.equinox.preferences_3.2.0.v20060601.jar
org.eclipse.equinox.registry_3.2.0.v20060601.jar
org.eclipse.help_3.2.0.v20060602.jar
org.eclipse.jface.databinding_1.0.0.I20060605-1400.jar
org.eclipse.jface.text_3.2.0.v20060605-1400.jar
org.eclipse.jface_3.2.0.I20060605-1400.jar
org.eclipse.osgi_3.2.0.v20060601.jar
org.eclipse.rcp_3.2.0.v20060605.jar
org.eclipse.swt.win32.win32.x86_3.2.0.v3232m.jar
org.eclipse.swt_3.2.0.v3232o.jar
org.eclipse.text_3.2.0.v20060605-1400.jar
org.eclipse.ui.forms_3.2.0.v20060602.jar
org.eclipse.ui.workbench_3.2.0.I20060605-1400.jar
org.eclipse.ui_3.2.0.I20060605-1400.jar
org.eclipse.update.configurator_3.2.0.v20060605.jar
org.eclipse.update.core_3.2.0.v20060605.jar
org.eclipse.update.ui_3.2.0.v20060605.jar
Plugins with * copy from org.helpersoft.helper.data root directory
6. Create run configuration (RCP Application), in dialog Run select Program
to run - org.helpersoft.helper.product
7. Run :)
|