I'm new to the Eclipse IDE, and the question is, how can I run a Scala project as a default Scala application? When I start a project by pressing the ⌘R key, it always asks how to start it, like a Scala or Java application. Is there a way to skip this and always run it as Scala by default?
I suppose this has something to do with the startup configuration, but when I try to create a new startup configuration for the project, this does not give me Scala's option: only the Java applet and Java application are displayed as a choice.
I appreciate your help in advance!
source share