Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How do I include jvmstat?

Tags:

java

jvm

build

I am compiling 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.*;?

like image 918
William Niu Avatar asked Jun 01 '11 06:06

William Niu


1 Answers

According to jarfinder.com:

  • tools.jar.
like image 144
aioobe Avatar answered Oct 19 '22 04:10

aioobe