Getting a Scala interpreter to work

前端 未结 8 915
轻奢々
轻奢々 2020-12-24 05:19

I\'m very new to Scala. I have downloaded it, got it working in Eclipse where I\'ll be developing it; but I can\'t make it work in Terminal.

All sites and books say

8条回答
  •  一整个雨季
    2020-12-24 06:10

    If you downloaded scala with macports try typing scala-2.9 (or whatever is the filename of the contents of folder /opt/local/bin/scala/)

    (At least this works for OSX mountain lion)

提交回复
热议问题