Zutil updates
This commit is contained in:
parent
7e957bc34e
commit
7bf6896473
22 changed files with 55 additions and 83 deletions
11
src/examples/Version.java
Normal file → Executable file
11
src/examples/Version.java
Normal file → Executable file
|
|
@ -18,20 +18,19 @@
|
|||
|
||||
package test;
|
||||
|
||||
import java.io.File;
|
||||
import java.io.PrintStream;
|
||||
import java.net.InetAddress;
|
||||
import java.net.UnknownHostException;
|
||||
|
||||
import org.hyperic.sigar.OperatingSystem;
|
||||
import org.hyperic.sigar.Sigar;
|
||||
import org.hyperic.sigar.SigarException;
|
||||
import org.hyperic.sigar.SigarLoader;
|
||||
|
||||
import org.hyperic.sigar.cmd.Shell;
|
||||
import org.hyperic.sigar.cmd.SigarCommandBase;
|
||||
import org.hyperic.sigar.win32.LocaleInfo;
|
||||
|
||||
import java.io.File;
|
||||
import java.io.PrintStream;
|
||||
import java.net.InetAddress;
|
||||
import java.net.UnknownHostException;
|
||||
|
||||
/**
|
||||
* Display Sigar, java and system version information.
|
||||
*/
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue