https://www.scala-sbt.org/release/docs/Installing-sbt-on-Windows.html

 

sbt Reference Manual — Installing sbt on Windows

Installing sbt on Windows Install JDK Follow the link to install JDK 8 or 11. Installing from a universal package Download ZIP or TGZ package and expand it. Windows installer Download msi installer and install it. Installing from a third-party package Note

www.scala-sbt.org

인스톨 버전과 패키지 버전이 있으며, 패키지 버전은 압축을 푼 후 해당경로의 bin디렉토리를 환경변수로 등록해줘야 한다.

 

jdk8 이상 설치.

 

 

'Scala' 카테고리의 다른 글

인텔리J에서 스칼라 환경 세팅  (0) 2019.12.20

1. settings -> plugins 에서 "scala" , "sbt executor" 검색해서 설치해준다. (2.13버전이 설치되었으며 jdk는 11버전을 사용)

 

다른 세팅은 해준 것이 없다.

 

2. file -> new -> project -> Scala -> sbt 의 순서로 진행하여 스칼라 프로젝트 생성.

 

디펜던시 때문에 초기 세팅시간이 오래걸린다. 

 

scala class 파일과 scala worksheet가 있는데 , 

간단한 문법 테스트는 worksheet를 생성해서 진행하자. 하지만 , Source.fromFile을 이용한 파일읽기 등 테스트를 할때는 scala 클래스 파일에서 진행하여야 한다. 왜 그런지는 모름.  

'Scala' 카테고리의 다른 글

sbt 설치  (0) 2020.01.06

+ Recent posts