Reference
Textbook
- Required: Java Software Solutions, 8th edition, 2015, or 7th edition, 2012
Coding Standards
Studying
Computer Setup and Using Linux
Software
(some of which is recommended)
Java Compiler
- Oracle Java Platform, Standard Edition (Java SE) (download, documentation, etc.). This provides the Java compiler, interpreter, and class libraries. You probably want version 7, but 6 is sufficient for this course.
- OpenJDK is a good alternative, if you're using Linux and your distribution has a package for it. Otherwise, it may be challenging to install.
- Setting the PATH for Java tools: You may need to put the path where javac and java commands are installed, e.g., "C:\Program Files\Java\somewhere\bin" or "/opt/java/somewhere/bin", into your system's PATH variable. See these instructions:
Lightweight IDE For Students
Text Editors
Java Programming Language
Tutorials
General Documentation
Recreation
Home Pages