Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| labs:java [2011/09/07 15:40] – [JavaDocs] admin | labs:java [2015/10/26 22:46] (current) – [JUnit] admin | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| ====== Java ====== | ====== Java ====== | ||
| - | * [[http://java.sun.com/ | + | * [[http://www.oracle.com/technetwork/ |
| - | * [[http://java.sun.com/ | + | * [[http://docs.oracle.com/ |
| - | * [[http:// | + | |
| + | |||
| + | * [[http:// | ||
| ===== Editors ===== | ===== Editors ===== | ||
| - | '' | + | '' |
| | | ||
| There are other IDEs available, such as NetBeans and BlueJ that you may want to try. | There are other IDEs available, such as NetBeans and BlueJ that you may want to try. | ||
| + | |||
| + | You can install [[http:// | ||
| ===== JavaDocs ===== | ===== JavaDocs ===== | ||
| - | * [[http:// | + | * [[http:// |
| - | * [[http://java.sun.com/j2se/javadoc/ | + | * [[http://www.oracle.com/technetwork/java/javase/ |
| - | * [[http://java.sun.com/j2se/javadoc/writingdoccomments/ | + | * [[http://www.oracle.com/technetwork/java/javase/ |
| Line 21: | Line 24: | ||
| ===== FAQs and Tutorials ===== | ===== FAQs and Tutorials ===== | ||
| - | * [[http:// | + | |
| - | * [[http://java.sun.com/docs/books/tutorial/reallybigindex.html|The Online Tutorial]] | + | * [[http://download.oracle.com/javase/tutorial/index.html|The Online Tutorial]] |
| * [[http:// | * [[http:// | ||
| * [[ss_javaNotes|Professor Sprenkle' | * [[ss_javaNotes|Professor Sprenkle' | ||
| + | ===== Java in the Cloud ===== | ||
| + | |||
| + | * [[http:// | ||
| ===== Testing and Debugging Help===== | ===== Testing and Debugging Help===== | ||
| - | * [[http:// | + | * [[http:// |
| * [[http:// | * [[http:// | ||
| - | |||
| * [[http:// | * [[http:// | ||
| Line 41: | Line 46: | ||
| | | ||
| - | ===== Jar Files ===== | + | === Setting up your classpath for JUnit === |
| - | + | ||
| - | * [[http:// | + | |
| + | - Right-click on the project | ||
| + | - Navigate to Build Path --> Configure Build Path | ||
| + | - Click on Libraries in the row of tabs | ||
| + | - Click Add Library | ||
| + | - Click JUnit, Next, and select JUnit 4 | ||
| + | - Click Finish | ||
