Reply to thread

How about something like...


Runtime.getRuntime().exec( new String[] { "open", "/Applications/TextEdit.app" } );


Back
Top