Reputation: 22308
In our application, we're going to package the JRE as an embedded DLL (to avoid typical Windows issue).
As our project is a typical Maven citizen, I would like to include that JRE as a Maven dependency, to use it later. But is there such an artifact available? And if not, what could be the preferred way to package it?
Upvotes: 1
Views: 2156