Environment Setup

Install and configure everything you need for CSCD 210. Complete these in order. Budget 60–90 minutes.

Phase 1 Development Tools

Install the three tools you need to write, compile, and run Java programs.

Phase 2 GitHub Workflow

Create your GitHub account, get free developer tools, and learn how to get lab code.

Phase 3 Build & Test

Learn to compile and test your code with one command.

Quick Verification Checklist

After completing all guides, these commands should all work:

java --version → shows 25.x
javac --version → shows 25.x
git --version → shows 2.x+
code --version → shows VS Code version
./gradlew test → runs inside a cloned lab repo