I am trying to run YourKit profiler with JBOSS in CYGWIN environment (Linux emulation)
Added the following path to JBOSS run.sh:
JAVA_TOOL_OPTIONS="-agentl
ib: jboss/yjp-8.0.16/bin/solar
is-x86-32/
libyjpagen
t.so=sessi
onname=JBo
ss $JAVA_TOOL_OPTIONS"
export JAVA_TOOL_OPTIONS
but the following error is receved:
Picked up JAVA_TOOL_OPTIONS: -agentlib:/jboss/yjp-8.0.1
6/bi
n/solaris-x86-32/libyjpage
nt.so=sess
ionname=JB
oss
Error occurred during initialization of VM
Could not find agent library on the library path or in the local directory: /jboss/yjp-8.0.16/bin/sola
ris-x86-32
/libyjpage
nt.so
Using -agentpath option does not help too.
The system used is 32-bit, same as libs. Location of the lib is correct too
Please help.