That is a really great library you are starting here!! I wanted to try
out the JavaSysMon library calling it from java. I am using Eclipse
and put it on my classpath. Then I wanted to try out the following
example:
import com.jezhumble.javasysmon.JavaSysMon;
JavaSysMon monitor = new JavaSysMon();
String osName = monitor.osName();
It doesn't work and eclipse tells me that the import com.jezhumple
cannot be resolved.
Any ideas?
Best regards,
Fla