-
Notifications
You must be signed in to change notification settings - Fork 58
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
AnalysisException: No such method : java/lang/String.join #1013
Comments
I guess I should also include that:
|
Similar issue I got:
Sample repro:
compiled with:
full trace:
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I have been trying to get my compiler written in Java to compile to Javascript with Bytecoder, and sadly it fails with the following messages:
Updated to the latest version available on Maven (2024-05-10), didn't solve the issue either :/
Am I doing something wrong (maybe I need to include another jar file?) or is this just not supported at the moment (replacing the usage of
String.join
with a few calls to aStringBuilder
solves that specific error, but spawns the next aboutCharacter.charValue
missing instead)?Thanks in advance :)
The text was updated successfully, but these errors were encountered: