Changes

Jump to: navigation, search

Basics : Install Eclipse Plugins

446 bytes removed, 23:00, 12 January 2011
no edit summary
Set the env variable JAVA_HOME to ''{your installation directory}''
{{Ecl_installation|type=Basics|type-small=basics|name=Eclipse IDE for Java Developers|install=Follow [http://www.vogella.de/articles/Eclipse/article.html#firstjava this tutorial to create the first application]}}
 
 
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. 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