vote up 2 vote down star

Hi, I'm working on a java applet, and I was wondering where the heck System.out was going in Ubuntu/OpenSUSE. In windows, I just pull up jconsole, but I've not found this in Ubuntu/OpenSUSE.

Thanks.

flag

2 Answers

vote up 2 vote down check

Run the command jcontrol. On the Advanced tab expand Java console and select Show console. Restart Firefox and the console should open the next time you open a Java applet in the browser.

link|flag
This requires a host and port (sudo apt-get install julius). jcontrol localhost says connection refused. – Stefan Kendall Jul 27 at 19:26
jcontrol does neither require a host nor a port. It's a simple UI application. Do you have a Xserver running? Sounds like it cannot connect to the Xserver. Can you run xclock? – Yaba Jul 27 at 19:52
And what's 'julius'? jcontrol is part of the Sun JRE/JDK. – Yaba Jul 27 at 19:53
Is jcontrol just not on the path, then? Yick. – Stefan Kendall Jul 27 at 19:59
Ah, I see. jcontrol in ubuntu pulls up misleading information. I needed to setup the jdk on my test machines. – Stefan Kendall Jul 27 at 20:08
show 2 more comments
vote up 0 vote down

Also, you can run firefox from the terminal to see jconsole output. Jconsole output goes to firefox's standard out.

link|flag

Your Answer

Get an OpenID
or

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