I'm relatively new to the scala language (and programming in general). I recently installed the JDK and the Scala IDE (for eclipse). The setup went smoothly, but I encountered an issue upon trying to run a Hello World application. When I attempt to "Run As" the only available options are "Java Applet" and "Java Application". How do I proceed in trying to run as a "Scala Application"? Many thanks in advance!
Run As
-> Run Configurations
Scala Application
from Run Configurations
windowMain Class
: (for eg: if HelloWorld.scala is the object having main method, give it as HelloWorld)