-
Is there a package listing for what Java classes are supported? javax, in particular? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 5 replies
-
We support basic Java Standard Library; we don't try to emulate a VM so things like threading etc. not available. Limitations has summary of what is emulated: The list of classes are similar to GWT but the source of JRE emulation itself has most up-to-date / accurate information for J2CL: |
Beta Was this translation helpful? Give feedback.
-
Yes, thank you. I was asked how java2script/SwingJS transpiling works compared to j2cl. For the answer that, see |
Beta Was this translation helpful? Give feedback.
We support basic Java Standard Library; we don't try to emulate a VM so things like threading etc. not available.
Limitations has summary of what is emulated:
https://github.com/google/j2cl/blob/master/docs/limitations.md
The list of classes are similar to GWT but the source of JRE emulation itself has most up-to-date / accurate information for J2CL:
https://github.com/google/j2cl/tree/master/jre/java