I have created a .scala file in the Scala version of eclipse, it has a main and object. I want to somehow compile this possibly into a jar file, so I can run it from terminal?
any info will be appreciated.
Thanks, Rhys
Here is the full process from the command line:
evan@vbox ~> cat test.scala
object test{
def main(args: Array[String]): Unit = println("Hello!")
}
evan@vbox ~> scalac test.scala
evan@vbox ~> scala test
Hello!
However if you want to use Scala IDE to its full potential I would check out this tutorial.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With