OpenJDK11 is just a zip file. So is there a way I can include openjdk in a file with with a jar file so that I can send a program to someone and they can run it? In other words, even if they have a different version of java on their machine, when they run the code I give them, it will use the java 11 files I put with it.
*Docker isn't an option.