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
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
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?