hi,
i want to launch the web sites in the default browser through my java
program. My platform is Mac and Os is Mac OS X.
For this i have tried the SiteLauncher program which uses the
MRJFileUtils method openURL() to launch the sites. But it gives the
error MRJFileUtils method findApplication() is not implemented yet.
i have also tried BrowserLauncher Program but it is implemented for MRJ
1.2. and i m using MRJ 3.0. So its also not working properly.It is
returning browser as null.
I have also used NSWorkspace openURL() method, but its giving
java.lang.NoClassDefFoundError.
now what could be the solution.
please help.
Its urgent.