I'm sure this question has been asked before, but I'm at a loss here.
I've been attempting to get a piece of C++ code to work. It works perfectly on Windows AND Linux (Multiple distros tested on) however Mac is proving a pain.
I'm executing a Jar from C++, and as stated above, working on everything but Mac.
I'm using
system("java -jar myJar.jar");
I'm using this code for Mac and Linux since I'm using the WinAPI for Windows.
Any reason Mac would refuse to execute the jar?
Here is the error message I get: "Error: Unable to access jarfile myJar.jar"