JProfiler on Console

Hi,

I need to install and run JProfiler on a console environment to act as the server for remote profiling, is this possible? (Console thing)

and if it is, how could it be done?

Thanks

[209 byte] By [Ahmadysa] at [2007-11-27 10:42:00]
# 1

OK, I got it..

I have to use the JProfiler agent by lunching the JVM with the following option "-Xrunjprofiler" so the library "libjprofiler.so" would be loaded.

The case is on linux....

but still I have a problem with that: the error is:

"

Error occurred during initialization of VM

Could not find -Xrun library: libjprofiler.so

"

even if I'm running the command from the directory the contains the lib. or if the lib is in the /usr/lib or /lib....

any suggestions?

Ahmadysa at 2007-7-28 19:15:54 > top of Java-index,Core,Monitoring & Management...