Skip to content

Instantly share code, notes, and snippets.

@yukinagae
Last active August 6, 2018 04:08
Show Gist options
  • Select an option

  • Save yukinagae/c838ca4b4a40175fe945 to your computer and use it in GitHub Desktop.

Select an option

Save yukinagae/c838ca4b4a40175fe945 to your computer and use it in GitHub Desktop.
【STEP2】IDE(eclipse)にプロジェクトをインポート : Scalaでコードを書く ref: https://qiita.com/yukinagae/items/8bbb74385b288dffb69d
cd [プロジェクトのルートディレクトリ]
activator.bat
./activator
> eclipse with-source=true
[info] Done updating.
[info] Successfully created Eclipse project files for project(s):
[info] minimal-scala
例) C:\Users\john\.activator\activatorconfig.txt
c:\> cd [ユーザのホームディレクトリ]
C:\Users\john\> mkdir .activator
-Dinput.encoding=Cp1252
#-Dfile.encoding=UTF-8
-Dinput.encoding=Cp1252
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment