What command we have to execute (from Java, but that should not matter) on Linux (different common distributions) to open a given URL in the default browser?
I think a combination of xdg-open as described by shellholic and - if it fails - the solution to finding a browser using the which command as described here is probably the best solution.