Tell me more ×
Ask Ubuntu is a question and answer site for Ubuntu users and developers. It's 100% free, no registration required.

In windows, when I open a web page containing applet, icon of java plugin console is displayed in systray. But in Ubuntu, I don't find any way to show java plugin console. How can I open java plugin console with FireFox and Chromium in Ubuntu?

share|improve this question

1 Answer

up vote 0 down vote accepted

It's because the Java Console is hidden by default.

To change this:

  1. First start the Java Control Panel.

    From the command line run: ControlPanel

    Or, choose from the Dash like the screenshot below

    Java Control Panel

  2. In the Java Control Panel go to the Advanced Tab, expand Java Console and choose Show Console. Screenshot below:

    Set the Java Console On

  3. Now the console will pop up whenever you execute ANY Java Applet.

Fix INFO from this bug.

share|improve this answer
I follow your instruction but java plugin console is still not displayed. I use Ubuntu 10.04.3 LTS. – Tran Dinh Thoai Oct 13 '11 at 23:41
Run firefox on the console and try to load an applet. Past the log so we can see whats happening :) – Marcos Roriz Oct 15 '11 at 18:22
How to pass the log? Using jconsole, I know that applet is loaded by icedtea plugin and runned on OpenJDK JRE. – Tran Dinh Thoai Oct 15 '11 at 21:47
@TranDinhThoai, please switch to sunjdk and try :3. Redirect the browser output to a log file, firefox > log – Marcos Roriz Oct 22 '11 at 4:09

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.