I want to launch a file(a document) from a Java program and phase the following requirements:
The file is created runtime, a result from a report being created. Any good practices?
Use Java Desktop API.
Desktop.getDesktop().open(new File(yourfilename));