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 / sun / net / www / MimeTable$1.class (.txt) < prev    next >
Encoding:
Java Class File  |  1979-12-31  |  1014 b   |  12 lines

  1. package sun.net.www;
  2.  
  3. import java.security.PrivilegedAction;
  4.  
  5. class MimeTable$1 implements PrivilegedAction {
  6.    public Object run() {
  7.       MimeTable.access$002(System.getProperty("content.types.temp.file.template", "/tmp/%s"));
  8.       MimeTable.mailcapLocations = new String[]{System.getProperty("user.mailcap"), System.getProperty("user.home") + "/.mailcap", "/etc/mailcap", "/usr/etc/mailcap", "/usr/local/etc/mailcap", System.getProperty("hotjava.home", "/usr/local/hotjava") + "/lib/mailcap"};
  9.       return null;
  10.    }
  11. }
  12.