Creating Runtime and Application Images with JLink

(dev.java)

17 points | by mooreds 6 days ago ago

5 comments

  • jtrueb 5 hours ago

    This has nothing to do with SEGGER JLink. I wonder which is older.

    • alex_suzuki 3 hours ago

      SEGGER JLink is waaaay older. jlink was introduced with the Java Module System in Java 9, released 2017, so still relatively „new“ in terms of Java‘s lifespan.

    • usmanmehmood55 31 minutes ago

      My dumb*s though it was about Segger JLink also lol

  • sushidev 2 hours ago

    Interesting thing. We also have native-image from graal, but that is a commercial project that you have to pay for to get all the features.

    • pjmlp 2 hours ago

      Jlink doesn't produce native images, as its name implies it is a Java linker, for producing custom runtimes, removing everything else that isn't used.