I want to launch a file(a document) from a Java program and phase the following requirements:
- Method must be applicabale on Mac, Win and Linux systems
- I am not allowed to use "Runtime.getRuntime().exec("cmd.exe /C +"filename");
- The file I am launching needs to be either of .doc / .docx / .rtf
The file is created runtime, a result from a report being created. Any good practices?