hi,
i m using the following code snippet for launching the default browser
with a given URL (say
www.google.com).
try
{
MRJFileUtils.openURL(url);
}
catch (IOException ex)
{
ex.printStackTrace();
}
but its giving the following error:
MRJFileUtils.findApplication is unimplemented yet.
what is this error? what could be the solution?
Please help. Its urgent.
thanx and regards.
Rachna