Java2Script provides an Eclipse Java to JavaScript transpiler, with a nearly complete implementation of the Java Virtual Machine with AWT and Swing in JavaScript, with simple, automated parallel creation of both class files and js files. To date, over 600 applets have been converted.
ThreadPoolExecutor not waiting one microtick to initiate jobs --
resulting in unpredictable, incomplete handling of 0-delay tasks.
Minimum set to 1 ms. See test.Test_Exec
//BH 2021.01.14 -- 3.3.1-v3 fixes missing finals for nested () -> {...}
//BH 2021.01.03 -- 3.3.1-v2 adds @j2sAsync adds async for function - experimental
//BH 2020.12.31 -- 3.3.1-v1 64-bit long implemented; adds "@j2sNoLongExact" for classes only, not methods
issues/205
ThreadPoolExecutor not waiting one microtick to initiate jobs -- resulting in unpredictable, incomplete handling of 0-delay tasks. Minimum set to 1 ms. See test.Test_Exec
//BH 2021.01.14 -- 3.3.1-v3 fixes missing finals for nested () -> {...} //BH 2021.01.03 -- 3.3.1-v2 adds @j2sAsync adds async for function - experimental //BH 2020.12.31 -- 3.3.1-v1 64-bit long implemented; adds "@j2sNoLongExact" for classes only, not methods