0

This may seem like a simple question, but I can't find a solid answer! How do I view jconsole in OpenSUSE 11.1? I have an applet that I'm hosting, and I'd like to be able to debug it on-the-server. However, I have no idea of how to pull up jconsole whilst in any browser on OpenSUSE.

Help?

Stefan Kendall
  • 1,079
  • 3
  • 17
  • 33

2 Answers2

1

Launch firefox from the terminal. Jconsole output is directed to firefox's standard out.

Stefan Kendall
  • 1,079
  • 3
  • 17
  • 33
0

Can you execute it directly with something like /usr/lib/jvm/java-1.6.0.u1-sun-1.6.0.u1/bin/jconsole ?

You will need java-1_6_0-sun-devel installed.

crb
  • 7,998
  • 1
  • 38
  • 53