Frank Bauer

Results 2 issues of Frank Bauer

Hi. I was trying to use the SystemCompiler in a TeaVM Project with a WASM target: JavaCompiler compiler = ToolProvider.getSystemJavaCompiler(); String[] compilerArgs = { "public class Foo { }" };...

Compiling the following code ````java public class Main { public static void main(String[] args){ System.out.println(1.0); } } ```` produces the following error with the latest master ```` ERROR at Main.java:4...

bug