Open
Description
I just installed the latest Scala IDE on a fairly new Mac, and the worksheets do not evaluate. No error messages.
To reproduce from scratch:
- On a Macbook Air running up-to-date OS X Yosemite 10.10.4.
- Download the latest stable Scala IDE: http://downloads.typesafe.com/scalaide-pack/4.1.0-vfinal-luna-211-20150704/scala-SDK-4.1.0-vfinal-2.11-macosx.cocoa.x86_64.zip
- Launch directly from the download directly by double-clicking eclipse.app.
- Select "New" > "Scala Project".
- Enter "Hello World" and press enter.
- Right-click on the project and choose "New" > "Scala Worksheet"
- Give it a name like "Sheet".
- Note that the single line of example code doesn't evaluate:
Environment:
- sbt launcher version 0.13.7
- comand-line tools 6.4 (July 4, 2015)
- java version "1.8.0_25"
Java(TM) SE Runtime Environment (build 1.8.0_25-b17)
Java HotSpot(TM) 64-Bit Server VM (build 25.25-b02, mixed mode)
I ran from a terminal and did not see any error messages.