Prohledat stránky podpory

Vyhněte se podvodům. Za účelem poskytnutí podpory vás nikdy nežádáme, abyste zavolali nebo poslali SMS na nějaké telefonní číslo nebo abyste sdělili své osobní údaje. Jakékoliv podezřelé chování nám prosím nahlaste pomocí odkazu „Nahlásit zneužití“.

Learn More

Is there a java console add on / plug in / extension for Firefox 10?

  • 4 odpovědi
  • 7 má tento problém
  • 4 zobrazení
  • Poslední odpověď od jrfk2

more options

I have firefox 10 and I am trying to find a pluign / extension / add on for a java console to debug my applet.

I have firefox 10 and I am trying to find a pluign / extension / add on for a java console to debug my applet.

Všechny odpovědi (4)

more options
more options

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.

Upravil uživatel Ashickur Rahman dne

more options

Umm .. those look like error /javaSCRIPT consoles .. not the same thing as the java (applet) console ...

more options

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 ...