I tried to execute the code below to run a standalone utility application that I created from an Apple script, but I got the error "No file or directory."
I put identical copies (for testing) in the project, dist, parent directories, but this did not help.
So my questions are: Is my call to launch the application bad (perhaps because it is not Windows exe)? How to run mac application from java?
thanks
private void jButton1ActionPerformed(java.awt.event.ActionEvent evt) {
source share