We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Another way doesn't work with Polyglot:
$ $GRAALVM_HOME/bin/node --jvm --polyglot $(which nbb) user=> (def String (js/Java.type "java.lang.String")) #'user/String user=> (new String "foo") "#error {:message \"JavaClass[java.lang.String] is not a function user=> (js/Reflect.construct String #js ["foo"]) "foo"
See https://www.graalvm.org/22.0/reference-manual/js/JavaInteroperability/#constructing-java-objects
The text was updated successfully, but these errors were encountered:
/cc @littleli : found another problem with GraalVM polyglot
Sorry, something went wrong.
3dae0ba
No branches or pull requests
Another way doesn't work with Polyglot:
See https://www.graalvm.org/22.0/reference-manual/js/JavaInteroperability/#constructing-java-objects
The text was updated successfully, but these errors were encountered: