Reputation: 23
I've built a standalone Java Maven app. I need a particular version of java for running my code e.g. 1.8.0.155. My target environment has an older version. E.g. 1.8.0.45. For various reasons I'm unable to get the target system to update their version of java. How do I just bundle a version of the jdk along with my jar?
Upvotes: 2
Views: 34