Changes

Jump to: navigation, search

Template:Ecl installation

858 bytes added, 11:23, 4 March 2011
no edit summary
* Unzip the downloaded file in <span style="font-family:monospace; font-size:1.2em; font-weight:bold; font-style:italic;">/Eclipse_Platform/{{{type}}}</span> directory.
* Start Eclipse (click the eclipse executable file in <span style="font-family:monospace; font-size:1.2em; font-weight:bold; font-style:italic;">/Eclipse_Platform/{{{type}}}/eclipse</span> directory
* In the ''Workspace Launcher'' dialog box: <span style="font-family:monospace; font-style:italic; font-size:1.2em;">Workspace Launcher -> Workspace </span> type : <span style="font-family:monospace; font-size:1.2em; font-weight:bold; font-style:italic; background-color: #ffff00">./wskp/'''''{app-type}''''' </span> where ''{app-type}'' could be: '''''hello''''' or '''''simple''''' or '''''lab'''''</span>
{{{install}}}
For this course you will be using the workspace defined in <span style="font-family:monospace; font-size:1.4em; font-weight:bold; font-style:italic;">/Eclipse_Platform/{{{type}}}/eclipse/wksp/...</span>
==== The Directory Structure for the Course ====
{| class="wikitable" border="0"
|-
| [[Image:Ecl-package-structure-new.png|thumb|400px]]
where:
* {topic} must be: '''''basics''''' or '''''osgi''''' or '''''rcp''''' or '''''android''''' or '''''blackberry''''' or '''''virgo''''' or '''''wtp'''''
* {subject} must be: '''''hello''''' or '''''simple''''' or '''''lab'''''
* {subpack} a subpackage name (if need it for complex apps)
|-
|}
 
 
'''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 Library] to be able to debug your applications.
 
To install JUnit follow the instructions:
# Download JUnit4.x.jar from the [http://www.junit.org/ JUnit website] . The download contains a "junit-4.*.jar" which is the JUnit library.
# 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://www.vogella.de/articles/Eclipse/article.html#classpath_jar this Eclipse tutorial] to learn how to add jar files to your Eclipse project).

Navigation menu