joeq.ClassLib.sun14_linux.java.lang
Class System

java.lang.Object
  extended by joeq.ClassLib.sun14_linux.java.lang.System

public abstract class System
extends Object

System

Version:
$Id: System.java,v 1.8 2004/03/09 21:57:36 jwhaley Exp $
Author:
John Whaley

Constructor Summary
System()
           
 
Method Summary
static void loadLibrary(String libname)
          public static void initializeSystemClass() { props = new java.util.Properties(); initProperties(props); sun.misc.Version.init(); java.io.FileInputStream fdIn = new java.io.FileInputStream(java.io.FileDescriptor.in); java.io.FileOutputStream fdOut = new java.io.FileOutputStream(java.io.FileDescriptor.out); java.io.FileOutputStream fdErr = new java.io.FileOutputStream(java.io.FileDescriptor.err); setIn0(new java.io.BufferedInputStream(fdIn)); setOut0(new java.io.PrintStream(new java.io.BufferedOutputStream(fdOut, 128), true)); setErr0(new java.io.PrintStream(new java.io.BufferedOutputStream(fdErr, 128), true)); //try { // java.util.logging.LogManager.getLogManager().readConfiguration(); //} catch (java.lang.Exception ex) { //} //loadLibrary("zip"); //sun.misc.VM.booted(); }
static String mapLibraryName(String libname)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

System

public System()
Method Detail

mapLibraryName

public static String mapLibraryName(String libname)

loadLibrary

public static void loadLibrary(String libname)
public static void initializeSystemClass() { props = new java.util.Properties(); initProperties(props); sun.misc.Version.init(); java.io.FileInputStream fdIn = new java.io.FileInputStream(java.io.FileDescriptor.in); java.io.FileOutputStream fdOut = new java.io.FileOutputStream(java.io.FileDescriptor.out); java.io.FileOutputStream fdErr = new java.io.FileOutputStream(java.io.FileDescriptor.err); setIn0(new java.io.BufferedInputStream(fdIn)); setOut0(new java.io.PrintStream(new java.io.BufferedOutputStream(fdOut, 128), true)); setErr0(new java.io.PrintStream(new java.io.BufferedOutputStream(fdErr, 128), true)); //try { // java.util.logging.LogManager.getLogManager().readConfiguration(); //} catch (java.lang.Exception ex) { //} //loadLibrary("zip"); //sun.misc.VM.booted(); }



Copyright © 2001-2005 John Whaley. All Rights Reserved.