• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

Java Question

Martin

Lifer
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?
 
Back
Top