jlink jdeps support for building a custom runtime image?

Answered

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. 

0
1 comment

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

0

Please sign in to leave a comment.