Αναζήτηση στην υποστήριξη

Προσοχή στις απάτες! Δεν θα σας ζητήσουμε ποτέ να καλέσετε ή να στείλετε μήνυμα σε κάποιον αριθμό τηλεφώνου ή να μοιραστείτε προσωπικά δεδομένα. Αναφέρετε τυχόν ύποπτη δραστηριότητα μέσω της επιλογής «Αναφορά κατάχρησης».

Learn More

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

  • 4 απαντήσεις
  • 7 έχουν αυτό το πρόβλημα
  • 4 προβολές
  • Τελευταία απάντηση από 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.

Όλες οι απαντήσεις (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.

Τροποποιήθηκε στις από το χρήστη 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 ...