how can I know if an applet is running in a browser vs. invoked from Eclipse
- by Stefano Borini
As from subject. How can I determine if the applet is running in the browser? I want to have a mock data provider to do debugging without involving the browser, and neutralize all the LiveConnect calls I have if I'm not in the browser.