Running Java from an OSX “.app” bundle causes “Error -10810”
问题 This was tested on OSX Mavericks through virtual box, and on Yosemite on a macbook. I have a simple executable jar named "HelloWorld.jar". I am trying to create a .app bundle for this java application. (Obviously, my actual program is more complex, but I have whittled it down to the barest problems). CASE 1 - SIMPLE BUNDLE WITHOUT JAVA - WORKS COMPLETELY Step 1 - Test at Console - Works At the console I type echo "Hello World (no java)" > /Users/josh/Desktop/test-output.txt I view test-output