Scala Eclipse file>new has <No Applicable Items>
Asked Answered
L

1

7

I downloaded the Scala IDE for Mac 64 bit from http://scala-ide.org/download/sdk.html

I open the program, click File > New and see .

The Coursera tutorial I'm in says that I should see the option to create a new Scala project. It looks like I have the IDE but not the SDK?

Liberec answered 1/12, 2013 at 7:17 Comment(0)
M
14

The simplest reason to get this behavior would be if all perspectives are closed.

Most of the menus in Eclipse are contextual, and File > New is empty if there is no current perspective.

To open a perspective, use Windows > Open Perspective > Other..., then select Scala and OK. Then File > New contains the list of the Scala related wizard.

Molality answered 1/12, 2013 at 16:19 Comment(3)
Also, Scala IDE does contain the full SDK, and the bundle is an all-in-one download with everything needed to have a running Scala IDE.Molality
The first time I installed it it didn't come with it.Liberec
This issue also occurs when you've opened the wrong perspective. When the Debug perspective is open there are no entries in the "New" menu. When the Java perspective is open all entries are present.Caresa

© 2022 - 2024 — McMap. All rights reserved.