Skip to content

Latest commit

 

History

History
25 lines (21 loc) · 545 Bytes

tutorial_01.md

File metadata and controls

25 lines (21 loc) · 545 Bytes

No code used.

Java Installation

Download Java
http://www.oracle.com/technetwork/java/javase/downloads/jdk8-downloads-2133151.html

Add to Environment variables

Explorer: Control Panel\System and Security\System
Click: Advanced system settings
Click: Environment Variables...
Under: System variables
Select: Path
Click: Edit
Click: Browse
Explorer: C:/Program Files/Java/jdk#.#.#_###/bin
Click: Ok

Test in Console

java -help
javac -help