Open jar file using JRE on Mac
问题 I have a jar file that is meant to be ran through the command line. I am not planning to do any java development on the machines where the application will run and my thought process is that therefore I should only need the JRE and not the JDK. In addition, the JDK is like 4x as big as the JRE and I would like to not have to download it. When installing the JRE on a Mac, it does not set the path for the java command and if I try to run it, osx prompts me to install the JDK. I wonder if anyone