
- #INTELLIJ SCALA INSTALL#
- #INTELLIJ SCALA DOWNLOAD#
For Project SDK, you need to choose the location where the Java 1.8 SDK was installed.After it completes, make sure “scala-sdk-2.11.8” shows up in the Scala SDK drop down.
#INTELLIJ SCALA DOWNLOAD#
This will download the latest Scala (2.11.8) and SBT (0.13.8) - note this may take some time.Click “Create” next to Scala SDK and then click "Download".Create a sample project called “ScalaSample".After it restarts, click “Create New Project” - Scala should show up as an option on the left-hand side.Intellij will ask if you want to restart it to activate plugin changes - click “Restart".
#INTELLIJ SCALA INSTALL#
This will download and automatically install the Scala plugin. The Scala 3.0.1 (or newer) plugin should appear, with details in the right pane. In the search field at the top, type “Scala". Click the “Install JetBrains plugin…” button at the bottom left. At the bottom right, there is a Configure drop-down: Click the Configure drop-down and select Plugins. IntelliJ will start up with a dialog with options such as “Create New Project”, “Import Project”, etc. After installation completes, run Intellij. After the download completes, run the executable and accept the defaults. Click the Download button under the Community edition. Choose your platform, OS X, Windows, or Linux.
Download and install the Community edition (Mac or Windows or Linux):. For example, on the Mac, the default location (“home” directory) will be: On the Mac, by default this will be /Library/Java/JavaVirtualMachines/jdk1.8.0_77.jdk/Contents/Home. In the next step, select JDK 8 as project JDK (create it from an installed JDK if necessary). Download and install, leaving all of the default settings during installation Open IntelliJ IDEA, select File -> New -> Project from existing sources, point to the directory where the Scala plugin repository is and then import it as sbt project. Choose the executable appropriate for your platform. Click on the Downloads tab: As of this writing, the latest version is Java SE 8u77 - click the Download button under the label JDK.
OR you can directly download the JDK from here:.You can find instructions for installing the JDK for different platforms here:.