konsoletyper / teavm

Compiles Java bytecode to JavaScript, WebAssembly and C
https://teavm.org
Apache License 2.0
2.55k stars 261 forks source link

when i try to compile it gives me a error #849

Closed radmanplays closed 7 months ago

radmanplays commented 7 months ago

when i try to compile in gradle it gives me this error : severe problem: [ERROR] - class org.teavm.diagnostics.Problem : org.teavm.model.CallLocation@4594161b - Class {{c0}} was not found params: [java.util.Scanner]

konsoletyper commented 7 months ago

See explanation here: https://teavm.org/docs/runtime/jso.html

Also, full list of supported classes is available here: https://teavm.org/jcl-report/recent/jcl.html

Unfortunately, you are using some custom builder, so you get this clumsy error instead of proper formatting

radmanplays commented 7 months ago

See explanation here: https://teavm.org/docs/runtime/jso.html

Also, full list of supported classes is available here: https://teavm.org/jcl-report/recent/jcl.html

Unfortunately, you are using some custom builder, so you get this clumsy error instead of proper formatting

when will java.util.Scanner be implemented?

konsoletyper commented 7 months ago

When I get motivation to do it

radmanplays commented 7 months ago

can you set like a release date or something?

konsoletyper commented 7 months ago

No