My Java Swing application generates an HTML file, and I want to open it with the default browser when it is generated and saved. How can I do this?
If you're not using Java 6 (or not sure your users will) - you can use Bare Bones Browser Launcher to launch the default browser. It uses Java 6 Desktop.open() if available, and falls back to platform specific approaches if it's not.