Checkout in Eclipse with SVN
From JQuantLib
Prerequisites in Eclipse
See the the IDE page with detailed instructions on how to set up your system.
Check out JQuantLib in Eclipse
- Open Eclipse and choose the SVN Repository Exploring perspective by pointing to Window -> Open Perspective -> Other -> SVN Repository Exploring'.
- You have perhaps other repositories here or your SVN Repository Explorer is empty.
- In the SVN Repository Explorer right-click and choose New... -> Repository Location... :
- Eclipse opens a new Window named Add SVN Repository. Add the URL of the JQuantLib repository in the field Url: http://jquant.svn.sourceforge.net/svnroot/jquant/trunk/jquantlib.
- The repository is now available in the SVN Repository Explorer:
- Right-click on the repository and choose Checkout...
- Eclipse starts downloading the project information and opens the window Checkout from SVN:
- Click Next -> in the window above.
- Use the default workspace location if this is ok for your or choose another location by choosing the Location:
- Click Finish in the window above.
- Eclipse is now checking out the project. After the ckeckout, Eclipse is building the workspace. The whole process may take several minutes to complete.
- Switch to the Java perspective. The checked out project should look like this in the Package Explorer:
- Your are done!
Enjoy :-) !
--Holdom 09:19, 19 June 2008 (UTC)

