how to open a web page in java in Solaris system

i can do this in windows:String location = "www.sun.com";Runtime.getRuntime().exec("explorer " + location);how could i get it in solaris?Thanks
[228 byte] By [mqqqvpppma] at [2007-11-27 0:17:48]
# 1
I just want to load a browser in Solaris in java (any browser installed in Solaris), and open a web page.^0^
mqqqvpppma at 2007-7-11 22:07:11 > top of Java-index,Solaris Operating System,Solaris 10 Features...
# 2
goto the directory to where your browser is located, then add the web site to end of the command to start your web browser.something like:./mozilla www.sun.comalan
alan.paea at 2007-7-11 22:07:11 > top of Java-index,Solaris Operating System,Solaris 10 Features...
# 3
thank you very much!but how to write code in java to open a web site in a browser( Solaris system),could any one show me some java codes for demo?
mqqqvpppma at 2007-7-11 22:07:11 > top of Java-index,Solaris Operating System,Solaris 10 Features...
# 4

Isn't this question completely outside the scope of this forum ?

... this is a forum for Solaris Zones, not Java or software development.

http://forum.java.sun.com/thread.jspa?threadID=5075398

Perhaps your query would be more appropriate in one of these other areas of discussion:

http://forum.java.sun.com/index.jspa?tab=java

rukbata at 2007-7-11 22:07:11 > top of Java-index,Solaris Operating System,Solaris 10 Features...