How do I open a file with the default associated program in Java? (for example a movie file)
|
|
You can use |
||||||||||
|
|
|
SwingHacks has a solution for older versions of Java. I think they used the Runtime object to execute the 'start' command on windows and there is a similar command on the mac. |
||
|
|
