Java Resources
Below are several resources to help you install, code, and run Java
programs.
Getting Started - Our own advice on
installing java on your computer, IDEs, and writing programs in Java.
Installing Java 9 - Oracle's instructions.
Getting started & Hello World on Mac/Linux - Oracle's help for
building and running Java 8 programs for Unix platforms.
Getting started & Hello World on Windows - Oracle's help for
building and running Java 8 programs for MS Windows platforms.
CS
1331 Style Guide - The conventions we follow and that are
enforced by the checkstyle program.
(checkstyle jar file)
JDK 9
Documentation overview from Oracle
Java 9
API - Oracle's index to all Java 9 modules, packages, classes, and methods.
Java 8
API - Oracle's (very useful) index to all old Java 8 classes and methods.
JavaFX API - API to JavaFX GUI and Graphics classes
and methods.
Oracle's Java Tutorials - Loads of helpful instruction
and sample code from the folks who maintain Java.
Oracle's Really Big Index of Java Concepts - A huge
index to all Java concepts and notions with links for more information.
Javadoc - How to comment your code in Java.
Debugging tips -
Help for debugging your code.
Copyright © College of Computing
Any unauthorized reproduction or use is strictly prohibited.