2
3

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 5 years have passed since last update.

Windows10でScalaの開発環境を作るためにやったこと

Posted at

##開発環境

  • Windows 10

##参考資料

基本的には、上記のサイトを参考にしました。
2017/05/22時点の記事のようなので、インストーラの画面など一部変わっている部分もありました。

##1. Javaのインストール
Windows版Javaのダウンロード
投稿時点でインストールしたのは「Version 8 Update 191」

##2. IntelliJ IDEA Communityのインストール
Download IntelliJ IDEA

  • 「32-bit launcher以外」にチェックを入れる

投稿時点でインストールしたのは下記のバージョン。
Version: 2018.3 
Build: 183.4284.148
Released: November 21, 2018

##3. IntelliJ IDEA Community Editionを起動

  • 「Do not import setting」にチェック
  • 「Skip Remaing and Set Defaults」をクリック

##4. Scalaプラグインのインストール

  • Configure → Plugins
  • 「Scala」で検索して、Install
  • 「Restart IntelliJ IDEA」をクリック
  • 「Create New Project」をクリックして、左側に「Scala」と表示されればインストール成功
2
3
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
2
3

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?