Posted By:
Guruprasad_Sathyanath
Posted On:
Friday, March 23, 2001 11:02 PM
How can an applet launch files under Netscape on
Linux? Signed applets running under Windows can
make a call like this:
Runtime.exec("rundll32 url.dll,FileProtocolHandler file:///c:archivo.extension")
Is there an equivalent way in Linux to launch the
right application for a particular file?