Please help me!!!!

I am preparing an application using java. This application I always run on desktop. Where in I can see the url(web link) in the applet and when I click on the url it should open a new web page of that link either in IE or Netscape.... Is this possible using java? If yes how can I acieve that?

[308 byte] By [sireeshaM] at [2007-9-26 1:26:19]
# 1

I'm not completely sure but under windows I think you can run:

"start http://java.sun.com"

I think it works under all windows versions. But again i'm not sure, also I am not sure if it works for netscape. If it does work for you, you'd have to use the runtime exec() method.

esmo at 2007-6-29 1:09:04 > top of Java-index,Archived Forums,Java Programming...