JLink: Building a Lightweight Java Runtime
1. Background and Issues The traditional JDK/JRE installation packages are large (hundreds of MB), containing many modules that are not needed by applications. For example, a small application that only depends on java.base and java.sql must carry the entire Java runtime, which not only wastes storage but also affects the distribution and startup speed of … Read more