Question
I have an application written in Java. It is designed to run on a Linux box standalone. I am trying to spawn a new firefox windo
Use BrowserLauncher.
Invoking it is very easy, just go
new BrowserLauncher().openURLinBrowser("http://www.google.com");