Skip to content

Instantly share code, notes, and snippets.

@tomoemon
Last active August 29, 2015 13:56
Show Gist options
  • Save tomoemon/9304216 to your computer and use it in GitHub Desktop.
Save tomoemon/9304216 to your computer and use it in GitHub Desktop.
Windows 上の IntelliJ で Scala を使えるようにする
  1. IntelliJ Community Edition をインストール
  2. IntelliJ の Scala plugin をインストールする
  3. Scala 本体をインストール
  • インストールオプションから Sources が抜けているのでチェックをつける
  • インストール先はスペースが入っていないディレクトリにする
  1. 環境変数に SCALA_HOME を追加する(値は Scala のインストール先ディレクトリ)
  2. IntelliJ を起動して Scala module のプロジェクトを作成しようとすると、document が入ってないと言われるため、IntelliJ が求める場所にシンボリックリンクを作成する
  • mklink /D %SCALA_HOME%/api %SCALA_HOME%/api
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment