I'm writing this app and one of the things it needs to do is that when it recieves a file, it has to automatically launch it using the default OS application assosiated with it - basicly perform the double-click command.
I did some searching, but all I found was Runtime.exec, which doesn't seem to be exactly what I need. Anyone know how I can do it?
I did some searching, but all I found was Runtime.exec, which doesn't seem to be exactly what I need. Anyone know how I can do it?