you need to execute
open /path/to/some.app
and
Runtime.getRuntime().exec( new String[] { "open", "/path/to/app/SomeApp.app"} );
Now your application is in the bank, so it will no longer be the application file that you need so that it is on disk in /path/to/app
You need to extract the file .appfrom .jarand then execute here how to do it
source
share