-
Notifications
You must be signed in to change notification settings - Fork 1.7k
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
Graal jrunscript does not work #546
Comments
Thank you for your report. You are right, We will fix this problem by enabling the mentioned extensions in our implementation of |
This problem has been fixed by oracle/graaljs@50995a3 i.e. it will be part of |
Actually, @iamstolis, it worked out-of-the-box:
|
so like...
|
Graal version: 1.0.0-rc3 (Mac OS X)
Graal command:
jrunscript jrunscript.js
Script (jrunscript.js)
print("Hello, jrunscript!");
Graal result:
script error in file : org.graalvm.polyglot.PolyglotException: ReferenceError: java is not defined
Exit status: 10
Expected result (JVM jrunscript)
Hello, jrunscript!
The text was updated successfully, but these errors were encountered: