I have found that this code:
java.awt.Desktop.getDesktop().browse(URI);
will open up the users default browser and go to the specified URI. The problem that i am having is i cant figure out what the URI is. I want to open up google maps, http://maps.google.com/maps/search/, but the URI does not accept a string.
Does anyone know what the URI would be?