Hi , I have installed the chime for both sparc/x64 . However when I startup the chime, I get the following error. "Exception in thread "main" java.lang.NoClassDefFoundError: org/opensolaris/os/dtrace/LocalConsumer " I added all the jar files in the /opt/OSOL0chime/lib/java by for i in `ls *.jar` do export CLASSPATH=$CLASSPATH:$i done The error persists. Does any one have any idea how to fix this ? Thanks in Advance! Roy This message posted from opensolaris.org
Hi, Roy I got the same error message. Have you figured out how to resolve it? thanks a lot. Regards Greg Wang This message posted from opensolaris.org
Greg, Sorry, Chime will not work on Solaris 10 until update 4 (my earlier reply to Roy didn''t appear for some reason). Chime requires that you have the Java DTrace API installed. Check for /usr/share/lib/java/dtrace.jar installed with Solaris 11 build 35 or later. See http://www.opensolaris.org/jive/thread.jspa?messageID=95229 for details. Tom This message posted from opensolaris.org