tags:

views:

341

answers:

1

I am developing APPLET and I have eclipse set up to launch web browser (firefox).

I have now External tool that starts up FIREFOX and my applet. I have a separate Remote debug option configured ok.

However, debugger needs to be launched separately. How can I combine these two to same hotkey? Now I press ctrl+f11 to run external tool(firefox) and after that I need to click Debugger icon.

A: 

Go to windows>Preferences>General> Web Browser and add Firefox as the browser.

Next time when you launch the application, Eclipse will launch it in Firefox.

Rahul