Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How do you pull up the java console in OpenSUSE or Ubuntu?

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.

like image 356
Stefan Kendall Avatar asked Jul 27 '09 19:07

Stefan Kendall


2 Answers

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.

like image 74
Yaba Avatar answered Nov 09 '22 01:11

Yaba


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

like image 23
Stefan Kendall Avatar answered Nov 09 '22 00:11

Stefan Kendall