/** * Plugin for NanoVM runtime. */ package java.lang; /** * Dummy runtime class for the system. * Used only for the eclipse java editor. * * @author tugstugi@yahoo.com */ public class System { public static java.io.PrintStream out; public static java.io.InputStream in; }