Response title
This is preview!
# xmlns="http://www.w3.org/1999/#">
Click on Join Now to Sign Up
String[] args ={"/Users/user/Projects/Processing/IconProducer/application.macosx/IconProducer.app",
"file=/Users/user/Projects/Processing/IconProducer/application.macosx/nouvele.mp3"
};
open(args);
If I only call the path to the .app, the app launches right away. But when i try to add an argument it doesn't...and no error or exception appears in the console.
Has anyone ever tried anything like this ?
Thanks in advance!
