Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
labs:java [2015/09/14 22:19] – [Jar Files] adminlabs:java [2015/10/26 22:46] (current) – [JUnit] admin
Line 4: Line 4:
   * [[http://docs.oracle.com/javase/8/docs/|Java SE 8 General documentation]]   * [[http://docs.oracle.com/javase/8/docs/|Java SE 8 General documentation]]
  
 +
 +  * [[http://www.pythontutor.com/java.html#mode=edit|Java Code Visualizer]]
 ===== Editors ===== ===== Editors =====
  
Line 10: Line 12:
 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://www.jedit.org/|jEdit]] on your own computer and use the ''ftp'' plugin to allow you to easily edit your files on the CS server.+You can install [[http://www.jedit.org/|jEdit]] (which I use) on your own computer and use the ''ftp'' plugin to allow you to easily edit your files on the CS server.
  
 ===== JavaDocs ===== ===== JavaDocs =====
Line 44: Line 46:
      
  
 +=== Setting up your classpath for JUnit ===
  
 +  - 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
labs/java.1442269146.txt.gz · Last modified: 2015/09/14 22:19 by admin
CC Attribution-Noncommercial-Share Alike 4.0 International
Driven by DokuWiki Recent changes RSS feed Valid CSS Valid XHTML 1.0