Scala Environment Building

Source: Internet
Author: User

Development tools: IntelliJ IDEA14.1.4 + Scala2.11.7 + sbt0.13.9

IntelliJ IDEA14.1.4 After the download is complete.

After the Scala 2.11.7 installation is complete, configure the environment variable path= "E:\scala\bin"

SBT Download after installation: Configure environment variable path= "E:\sbt\bin"

SBT-related configuration: (1). Configure Sbt\conf\sbtconfig Add:

-dsbt.ivy.home=e:\develop\sbt\.ivy2

-dsbt.global.base=e:\develop\sbt\.sbt

-dsbt.repository.config=e:\develop\sbt\conf\repo.properties

-dsbt.boot.directory=e:\develop\sbt\boot

Command line: Typing SBT will download SBT-related jar packages (very slow, try a few domestic mirrors are not good, eventually bought Ali VPN)

Open IntelliJ IDEA,SETTING->SBT

(1) Configuring Jvm->custom (JDK installation directory)

(2) JVM OPTIONS->VM Parameters Add the following two lines

-dsbt.ivy.home=e:\develop\sbt\.ivy2
-dsbt.repository.config=e:\develop\sbt\conf\repo.properties

(3) Launcher->custom adding Sbt\bin\sbt-launch.jar

Scala Environment Building

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.