Setting up a Scala platform under MAC

Source: Internet
Author: User

1. To install the JDK first:

Http://www.oracle.com/technetwork/java/javase/downloads/jdk8-downloads-2133151.html

After the installation is successful, you can see the version information in the terminal input java–version for the installation to succeed:

?  ~  Java-versionjava Version "1.8.0_65" Java (tm) SE Runtime Environment (build 1.8.0_65-b17) Java HotSpot (tm) 64-bit Ser Ver VM (build 25.65-b01, Mixed mode)

2. Install Scala

To the Scala website, download the Scala SDK, address:

Extract:

TAR-ZXVF scala-2.11.7.tgz

Move the extracted files to the program installation path:

MV scala-2.11.7 ~/linyaolong.app/

Add the following environment configuration to the ~/.ZSHRC:

Export Scala_home=/users/linyaolong/linyaolong.app/scala-2.11.7export path= $PATH: $SCALA _home/bin

Application Environment configuration:

SOURCE ~/.ZSHRC

Now that Scala has been successfully installed on your MAC, you can see the version of Scala installed successfully at Terminal input Scala–version:

?  ~  Scala-versionscala Code Runner version 2.11.7--Copyright 2002-2013, LAMP/EPFL

  

Setting up a Scala platform under MAC

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.