CS2030 AY19/20 Special Term
  • Setting Up Lab Environment
  • Setting Up Java
  • Setting Up Vim
  • Setting Up MacVim
  • Setting Up Checkstyle
  • CS2030 Java Style Guide
  • CS2030 Javadoc Specification
  • JDK 11 Download Link
  • Codecrunch
  • Github Repo
  • Piazza Forum

  • Setting Up Java


    We will be mainly using jdk-11 for CS2030!
    1. To download the jdk version 11 installer, go to the link here
    1. Open the exe file and run the installation, accepting all default configurations.
    1. Following which, you need to edit your environment variables
    1. Click on Environment Variables.
    1. Under System Variables, go to PATH and click Edit.
    1. Finally, add a new Environment Variable which links to the bin folder of the jdk folder in your Program Files.
      Once you are done, click OK.
    1. To make sure you have jdk installed properly, you can run javac --version on your terminal.
    1. Note that you also should run User path on the terminal to check if the directory containing java.exe is there.
    1. To download the jdk version 11 installer, go to the link here
    1. Open the dmg file and run the installation, accepting all default configurations.