I do the project on Maven and I use launch4j.
Is it possible to embed a JRE into my build that will run the application so that the end user does not have to manually download anything? If so, how can this be realized?
I do the project on Maven and I use launch4j.
Is it possible to embed a JRE into my build that will run the application so that the end user does not have to manually download anything? If so, how can this be realized?
Here is the question on the English StackOverflow look, humanity has long solved this problem. Yes, not very elegant, but decided. You can also take Excelsior JET , for example, and build a binary to it, it will look like a normal windows application. But it is VERY paid.
Source: https://ru.stackoverflow.com/questions/941757/
All Articles