javax.script in TeaVM #118
Replies: 1 comment 1 reply
-
seems to be a tough/impossible task: konsoletyper/teavm#930 --> nevermind :) |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
I tried to introduce ktx-script in my project which uses javax.script.ScriptEngineManager in the background and seems like this is not working in TeaVM because of:
From what I saw Stream.ofNullable is not implemented in TeaVM? Is there a way to still get it to work? Or is there an alternative scripting support?
Also, the main page on github is showing broken badges for the versions ;)
Thank you for any help!
Beta Was this translation helpful? Give feedback.
All reactions