Is there a java console add on / plug in / extension for Firefox 10?
I have firefox 10 and I am trying to find a pluign / extension / add on for a java console to debug my applet.
All Replies (4)
Install:
After install you will find them under Tools-->Web Developer menu. I just check it, they works fine for me.
FYI: Firefox 16 has been released. It has a lots of feature for web developer. You can download the latest Firefox form firefox.com or check this https://support.mozilla.org/en-US/kb/update-firefox-latest-version.
Modified
Umm .. those look like error /javaSCRIPT consoles .. not the same thing as the java (applet) console ...
Thanks for the info. I eentually went into the .java/deployment/deployment.properties file and put in
deployment.trace=true
and then when I ran my applet it created a log/pluginxxxxxx.trace file with the applet output ..
was hoping the was a GUI way to see it from Firfox but got by ...