How to launch the operating system’s default browser at a given URL?

It is complementary to the previous request

with Windows for the majority but also with Linux for the minority of whom I am part

For reference, inside of Processing we use Platform.openURL

3 Likes

I came across this Processing helper method:

Example of usage:

link("https://processing.org/");

:)

1 Like