Ajit Bansode
2008-Jan-07 12:07 UTC
[dtrace-discuss] application is not getting started with dvm options.
hi, i am getting following error when i start my application: "Picked up JAVA_TOOL_OPTIONS: -Xrundvmti:all Error occurred during initialization of VM Could not find agent library on the library path or in the local directory: dvmti Adjustment failed." I have set LD_LIBRARY_PATH variable properly. Please help. Thanks, Ajit -- This message posted from opensolaris.org
Matthieu Chase Heimer
2008-Jan-31 06:07 UTC
[dtrace-discuss] application is not getting started with dvm options.
You don''t need to modify your LD_LIBRARY_PATH, just copy the files to the correct location. For example on a 32-bit JVM on x86 you''d do: cp build/i386/lib/libdvmti.so /usr/java/jre/lib/i386/ cp build/i386/lib/dvmti.jar /usr/java/jre/lib/i386/ If you use truss to run your java -Xrundvmti:help command you can see all the locations that are being searched. -- This message posted from opensolaris.org