You can useRuntime.getRuntime ().exec ("cmd /c start mozilla");Note that this will work for Windows only - for other OSs you'll have to use a different command.Kind regards, Levi
Do you mean under Windows ?If so, you can try the command: start "your HTML document.html" (this launches the default browser) See the start help for details on options to use.
I mean like opening a web browser inside the programexampleI have a program with a 2 tabsFirst one with the html editorSeconde tab has the web browser in itUnderstand? I don't want to give a command so a web browser opens outside the program