home *** CD-ROM | disk | FTP | other *** search
/ S283 Planetary Science &n…he Search for Life DVD 2 / DVD-ROM.iso / install / jre1_3 / lib / rt.jar / java / rmi / dgc / VMID$1.class (.txt) < prev   
Encoding:
Java Class File  |  1979-12-31  |  427 b   |  15 lines

  1. package java.rmi.dgc;
  2.  
  3. import java.net.InetAddress;
  4. import java.security.PrivilegedAction;
  5.  
  6. class VMID$1 implements PrivilegedAction {
  7.    public Object run() {
  8.       try {
  9.          return InetAddress.getLocalHost().getAddress();
  10.       } catch (Exception var2) {
  11.          return new byte[]{0, 0, 0, 0};
  12.       }
  13.    }
  14. }
  15.