I've written a relatively simple java application. I have JDK on my PC, but I need it to run on a mac for school. The .jar runs perfectly on my PC, but I tested it on my Macintosh (which, BTW, does not have JDK installed).
Why isn't it running on mac? How can I fix this? Is fixing it even possible?
java -jar <jar_file>.jar