Java Question

Martin

Lifer
Jan 15, 2000
29,178
1
81
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?