Scala Getting Started--eclipse development environment building

Source: Internet
Author: User
Tags scala ide

Come from:http://lidrema.blog.163.com/blog/static/209702148201461145859142/

Scala: A Java-like programming. Integrates object-oriented (object-oriented) programming and functional (functional programming) programming features to develop multi-core concurrency models and cloud computing (parallelism for Mulicore and cloud Comp uting). Bibliography: "Learn Scala", Author:horstmannbefore installing the Scala IDE, make sure that the JDK is installed and that the environment variables are already in place. This is done in a Windows 7 environment.
First step:IDE Download: Scala for Eclipse, http://scala-ide.org/download/sdk.htmlSelect the appropriate version and download it.          Step Two:After the installation Scala2.11.1scala-2.11.1.msi download is complete, double-click the installation. Once installed, check if the environment variable is there (if none, add it yourself): Scala_home=d:\program Files (x86) \scala (SCALA's installation directory) Path= ........... D:\Program Files (x86) \scala\bin under Console, enter Scala-version to see if the installation was successful. When successful, the following information is displayed. Step Three: the first Scala programStart Eclipse, select its workspace directory, and then click File-->> New-->>scala Project. Create a new package:test. Under the test package, create a new Scala Object. For example, right-click the run as-->> Scala application. Console output: Hello world!

Scala Getting Started--eclipse development environment building

Related Article

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.