I am running on a Solaris 8 desktop and getting the error:
Error occurred during the initialization of the VM
Could not find -Xrun library: libjprofiler.so
I am running the app using:
java -Xrunjprofiler -jar SwingSet2.jar
I have the libjprofiler.so in several places along the path on my Solaris box, including /lib, /usr/lib, /usr/java/lib/sparc, /usr/java/lib/sparcv9. I also added the path to the lib using crle, and also specified it in my LD_LIBRARY_PATH. In addition, I read the whitepaper on the JVMPI and followed its suggestion of putting it in $JAVA_HOME/lib/sparc, but it still does not find the lib. Can anyone give me some insight as to what I may be doing wrong? I am using the 32-bit version of the 1.4.1_01 JDK.
Thanks
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I am running on a Solaris 8 desktop and getting the error:
Error occurred during the initialization of the VM
Could not find -Xrun library: libjprofiler.so
I am running the app using:
java -Xrunjprofiler -jar SwingSet2.jar
I have the libjprofiler.so in several places along the path on my Solaris box, including /lib, /usr/lib, /usr/java/lib/sparc, /usr/java/lib/sparcv9. I also added the path to the lib using crle, and also specified it in my LD_LIBRARY_PATH. In addition, I read the whitepaper on the JVMPI and followed its suggestion of putting it in $JAVA_HOME/lib/sparc, but it still does not find the lib. Can anyone give me some insight as to what I may be doing wrong? I am using the 32-bit version of the 1.4.1_01 JDK.
Thanks
I am also facing the same problem on 32 bit Linux version