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 believe the simplest method would be to use Python:
python -m webbrowser "http://www.example.com/"