Open URL (http://...) in a new browser window
843789Jul 19 2010 — edited Jul 23 2010Hi,
I'm trying to open a URL link (for example: http://forums.sun.com) in java. If no browser window is open, everything works fine, but as soon a browser window is open, when I tell java to open a URL, it opens the URL in that browser window and not in a new one.
I've already tryed it with desktop.browser(), with runtime, and some other API's from diferente sources. Not one worked :(
Can someone help me please?
Thanks a lot!