Rechercher dans l’assistance

Évitez les escroqueries à l’assistance. Nous ne vous demanderons jamais d’appeler ou d’envoyer un SMS à un numéro de téléphone ou de partager des informations personnelles. Veuillez signaler toute activité suspecte en utilisant l’option « Signaler un abus ».

Learn More

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

  • 4 réponses
  • 7 ont ce problème
  • 3 vues
  • Dernière réponse par 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.

Toutes les réponses (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.

Modifié le par Ashickur Rahman

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