How do I include jvmstat?
I am compili开发者_开发问答ng a JDK6 project and is having build errors about not being able to find sun.jvmstat.monitor.MonitoredHost
(and other classes under that package). My question is what library should I include to satisfy this import: import sun.jvmstat.monitor.*;
?
According to jarfinder.com:
tools.jar
.
精彩评论