Setup

Installation

Vscode

Java

  1. Download java version 8 from this link and install

  2. set environment JAVA_HOME and Path

JAVA_HOME=C:\Program Files\Java\jdk1.8.0_202
Path=%JAVA_HOME%\bin

Scala

  1. install scala follow official documents https://www.scala-lang.org/download/

Last updated