I am trying to open up a new tab in firefox (or just a new window) from my java program. I am transferring the code over from Ubuntu to Windows 7. I am doing something like this but it is throwing an exception.
Runtime rt = null;
...
rt = Runtime.getRuntime();
...
rt.exec("C:\\Program Files\\Mozilla Firefox\\firefox.exe");