You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have just reverted #25 with a force-push to avoid having the file in the git history. I checked the previous version and found that it had the Code attributes stripped, which greatly decreases the file size. Since we don't need this information, we should do this for the updated version as well.
There's probably some tool to do that, but I'm not very familiar with Java tooling. If anyone has some knowledge here, please share it.
The text was updated successfully, but these errors were encountered:
What about @nadako proposal about using rt.jar from Java installation directory instead of keeping it directly in hxjava repo?
That's opening possibilities to use any version of Java you need, not just Java 8.
I have just reverted #25 with a force-push to avoid having the file in the git history. I checked the previous version and found that it had the
Code
attributes stripped, which greatly decreases the file size. Since we don't need this information, we should do this for the updated version as well.There's probably some tool to do that, but I'm not very familiar with Java tooling. If anyone has some knowledge here, please share it.
The text was updated successfully, but these errors were encountered: