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
Hey Guys \o. We need a separate jvm from openjdk-17 to save space on the device's internal memory. Openjd-17 takes up more than 313mb this is excessive in case the user just wants to run a small java program. Those that cannot be converted to .dex because they depend on libraries not available in dalvikvm. I haven't opened an issue because I don't know which is the best option... Maybe Openj9, Graalvm or a custom openjre from openjdk-17 using JLink is possible to do this. Example: https://mbien.dev/blog/entry/custom-java-runtimes-with-jlink
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hey Guys \o. We need a separate jvm from openjdk-17 to save space on the device's internal memory. Openjd-17 takes up more than 313mb this is excessive in case the user just wants to run a small java program. Those that cannot be converted to .dex because they depend on libraries not available in dalvikvm. I haven't opened an issue because I don't know which is the best option... Maybe Openj9, Graalvm or a custom openjre from openjdk-17 using JLink is possible to do this. Example: https://mbien.dev/blog/entry/custom-java-runtimes-with-jlink
Beta Was this translation helpful? Give feedback.
All reactions