Skip to content
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

JRE emulation misses java.io.Externalizable #214

Closed
xamde opened this issue Oct 4, 2023 · 0 comments · Fixed by Calpano/j2cl#1 · May be fixed by #215
Closed

JRE emulation misses java.io.Externalizable #214

xamde opened this issue Oct 4, 2023 · 0 comments · Fixed by Calpano/j2cl#1 · May be fixed by #215

Comments

@xamde
Copy link

xamde commented Oct 4, 2023

The GWT JRE emulation contains many types. In java.io.* all of them [1] are present in the J2CL JRE emulation [2] -- except one type: java.io.Externalizable is missing. I need just the type, no methods required.

[1] https://www.gwtproject.org/doc/latest/RefJreEmulation.html#Package_java_io
[2] https://github.com/google/j2cl/tree/master/jre/java/java/io

Solution
Just add an empty interface in java.io.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant