Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

'Run as script' doesn't produce any output #54

Open
priyatam opened this issue Sep 19, 2012 · 1 comment
Open

'Run as script' doesn't produce any output #54

priyatam opened this issue Sep 19, 2012 · 1 comment

Comments

@priyatam
Copy link

The plugin is installed and snippets work.
SCALA_HOME is set.
'Apl' R shows compile errors.
However, it doesn't show the output.

Scala -v 2.9.2

@mads-hartmann
Copy link
Owner

It works for me. Can you try with a file called test.scala that has the following content

#!/bin/sh
  exec scala "$0" "$@"
!#

println("lolcat")

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants