Environment Setup

You should perform the following steps in order to setup the project in development mode. It is assumed that you already have Eclipse and Java Development Kit (JDK) installed.

  1. Make sure you have you JDK selected as the default runtime. Navigate to “Window -> Preferences”, form the right-hand side tree select “Java -> Installed JREs”. If your JDK in not on the list, add it and select it.
  2. Select JDK

  3. Next you should import the project from SourceForge’s SVN repository into your Eclipse workspace. For this you need to have Subclipse (an Eclipse plugin for SVN) installed. For instructions on installing Subclipse see.
  4. Navigate to “File -> Import”, select “Other -> Checkout Projects from SVN”. Select “Create a new repository location” and click “Next”.

    Create new repository location

    Enter the following value for Url: “https://jdsm.svn.sourceforge.net/svnroot/jdsm”, and click “Next”.

    Enter Url

    From the folder structure tree select “/trunk/jDSM”, click Finish.

    Select folder

  5. This will import the project into your Eclipse workspace. The package the classes into a JAR file run the target dist from:
  6. 	/DSMCreation/jDSM/ant/build.xm