Java’s Custom Runtime Builder - jlink

jlink is a powerful command line tool for building custom Java runtimes. In this episode of Stack Walker, we look at the history behind the development of jlink and how it can be used to build a runtime optimized for your application. -- Chapters -- 0:00 Intro 3:00 Java Modules 5:27 Link Time 6:43 jlink 7:41 Why use jlink? 10:23 jdeps 12:03 Multi-release jars 13:27 jlink Plugins 15:50 package 16:19 Future 16:45 Conclusions -- Resources -- JEP 200 ➱ JEP 261 ➱ JEP 282 ➱ The jlink Command ➱ jlink tutorial ➱ ➱ ➱ Tags: #Java #Cloud #OpenJDK #JDK #JVM #InsideJava
Back to Top