Setup
Installation
Vscode
Java
Download java version 8 from this
link
and installset environment JAVA_HOME and Path
JAVA_HOME=C:\Program Files\Java\jdk1.8.0_202
Path=%JAVA_HOME%\bin
Scala
install scala follow official documents https://www.scala-lang.org/download/
Last updated