Skip to content

Set environment

Mona Sun edited this page Apr 10, 2018 · 1 revision

JDK

  1. Download and install JDk1.8+
  2. Set system path
  3. Check jdk location

VSCode

Download and install VS Code (latest version)

Debugger for java

Open VS Code and press F1 or Ctrl + Shift + P to open command palette, select Install Extension and type debugger for java.
Or launch VS Code Quick Open (Ctrl + P), paste the following command, and press enter: ext install debugger for java

Clone this wiki locally