As outline in a previous question I asked.
A website can be launched by doing this:
Desktop.getDesktop().browse(new java.net.URI("www.google.com"));
This works fine in Ubuntu(gnome), but it doesn't appear to work in OpenSUSE(KDE flavour). There is a bug lodged with Sun about this.
Any ideas on alternate ways to do this, that will work in both Gnome and KDE.