jlink jdeps support for building a custom runtime image?
已回答
To create a runtime image one first runs the jdeps command and then the jlink command using the output of the jdeps command. It's quite mechanical and labor intensive. Also the jpackage command is used.
Is there any help in Intellij for this process?
Thanks.
请先登录再写评论。
You can create and generate a jlink artefact:

But we don't have a full support of other commands as of now.
E.g. you can vote for this feature: https://youtrack.jetbrains.com/issue/IDEA-288623