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 _______________________________________________ dtrace-discuss mailing list [email protected]
