how can we lauch browser from my application in solaris?

i use Runtime.getRuntime().exec("cmd /c start iexplorer http://www.sun.com");it works fine for windows but what for solaris where netsacepe is insatalled ,plz let me know
[191 byte] By [zainuLMKRa] at [2007-11-27 4:32:40]
# 1

You could try using JDIC (JDesktop Integrated Components)

That allows you access to system applications without runtime calls.

https://jdic.dev.java.net/documentation/Examples.html

The fourth example down demonstrates... should be fine for Linux / Solaris & Windows.

I believe you may be able to do something similar within JDK 6 now but not 100% sure

c0demonk3ya at 2007-7-12 9:42:24 > top of Java-index,Desktop,Core GUI APIs...