David Pérez
unread,Nov 19, 2012, 5:37:50 AM11/19/12Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to scala...@googlegroups.com
Dear Scala gurus,
I have written some scripts in Scala.
But now, I cannot even run a hello world script like this:
#!/bin/sh
exec scala "$0" "$@"
!#
Console.println("Hello, world!")
under Centos 6.2.
I have installed the official rpm for Scala 2.9.2.
Of course, execute permissions are set.
I'm confused because I can run Scala scripts normally in other CentOS 6.2 computer.
The symptomps are that when running from the console, it freezes for ever.
Any idea please?