Reputation: 413
Is it possible to create custom Java runtime using jlink from within eclipse IDE for a specific project? If so, how?
I was trying jlink from terminal and was able to build custom Java runtime. However for more complex projects which has multiple module dependencies would be nice if there is an option to create custom java runtime from within eclipse IDE. Something similar to how there is an option to create runnable jar.
Upvotes: 0
Views: 269