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.
How to Open and Use a Terminal
Exact buttons, menu paths, and keyboard shortcuts for absolute beginners
Install Java JDK 25
The compiler and runtime for all your Java programs
Install and Configure Git
Version control that tracks your code and connects to GitHub
Install VS Code for Java
Your code editor with built-in Java support
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.xjavac --version → shows 25.xgit --version → shows 2.x+code --version → shows VS Code version./gradlew test → runs inside a cloned lab repo