This is the mail archive of the
java-discuss@sourceware.cygnus.com
mailing list for the Java project.
Re: Integrating Win32 changes
>
> Per> To initialize in, out and err, we should perhaps do:
> Per> public static final FileDescriptor in;
> Per> public static final FileDescriptor out;
> Per> public static final FileDescriptor err;
> Per> private static native init();
> Per> static { init(); }
> Per> and have java::io::FileDescriptor::init() actually
> Per> allocate in, out, and err.
>
> I like this too.
>
I'd be happy with that. I'll implement it in my code...
Jon Beniston.