Skip to main content

Notice: This Wiki is now read only and edits are no longer possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

PTP/rdt-setup

< PTP
Revision as of 11:04, 5 September 2008 by Unnamed Poltroon (Talk) (New page: == How to build and run RDT (Remote Development Tools) == RDT allows the use of CDT on remote projects and files. Here is how to set it up and run. # Get RSE Server from RSE download pa...)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

How to build and run RDT (Remote Development Tools)

RDT allows the use of CDT on remote projects and files.

Here is how to set it up and run.

  1. Get RSE Server from RSE download page at http://download.eclipse.org/dsdp/tm/downloads/ - version 3.0.
    • Copy that and untar it on the remote machine.
  2. Go to org.eclipse.ptp.rdt.core.remotejars project and use the .jardesc files to build all the jars
  3. Deploy those jars to remote machine
  4. Copy org.eclipse.equinox.common, org.eclipse.core.runtime, and org.eclipse.core.filesystem to remote machine
  5. Add a line to minerFile.dat that has org.eclipse.ptp.internal.rdt.core.miners.CDTMiner in it
  6. Edit server.sh so that the CLASSPATH line looks something like:
    • CLASSPATH=.:dstore_extra_server.jar:dstore_core.jar:dstore_miners.jar:clientserver.jar:cdtminer.jar:cdtmodel.jar:cdtparser.jar:org.eclipse.core.runtime_3.4.0.v20080421-1805.jar:org.eclipse.equinox.common_3.4.0.v20080421-2006.jar:org.eclipse.core.filesystem_1.2.0.v20080421-1805.jar:stubs.jar:$CLASSPATH;
    • where the qualifier in the names of the eclipse jars matches what you copied in step 5

Back to the top