How do i open a php file from a java swing program with the click of a button? I have a project which requires the help page to be opened in a browser and written in php.
Desktop.getDesktop().browse(new URL("http://localhost/help.php"));