Changes

Jump to: navigation, search

Template:Ecl installation

625 bytes removed, 11:23, 4 March 2011
no edit summary
|}
* You have to install also a new repository system Subversive (SVN) from Eclipse (be aware that [http://www.eclipse.org/projects/project_summary.php?projectid=technology.subversive SVN is an project in incubation] and this is an early access).
** Steps to install SVN in Eclipse:
# Start Eclipse and define the workspace (in Workspace Launcher dialog box; type as required: ./wksp/hello).
# Click Help->Install New Software....
# In the Install dialog box click on "Available Software Sites" (the link below the Add button)
## In the new dialog box called Preferences type in the highlighted edit box: sub
## In the Name - Location you must have now the location: http://download.eclipse.org/technology/subversive/0.7/update-site/
## Click the check box and click the button Reload
### A dialog box called Test Connection is displayed and you can access the site the click OK (otherwise if the site is not active you cannot download the software.
## Click OK to end the Preferences dialog box.
## Click the combo-box 'Work-with' arrow.
### At this point you must the the URL selected previously namely http://download.eclipse.org/technology/subversive/0.7/update-site/
'''Check your working environment''' by running the [https://guest:1673852@zenit.senecac.on.ca/svn/ecl500/Lectures/trunk/w11-{{{type-small}}}-hello/ Hello Sample from Course Repository]
----
You may also want to install [http://www.junit.org/ JUnit TestLibrary]to be able to debug your applications.
'''Check your working environment''' by running To install JUnit follow the instructions: # Download JUnit4.x.jar from the [httpshttp://guest:1673852@zenitwww.junit.org/ JUnit website] . The download contains a "junit-4.senecac*.onjar" which is the JUnit library.ca# To make JUnit available in your Java project you have to add the the JUnit library file to your Java classpath. (If you do not know how to do it, please use [http:/svn/ecl500www.vogella.de/Lecturesarticles/trunkEclipse/w11-{{{type-small}}}-hello/ Hello Sample from Course Repositoryarticle.html#classpath_jar this Eclipse tutorial]to learn how to add jar files to your Eclipse project).

Navigation menu