System.out.println on Mountain Lion

Michael Hall mik3hall at gmail.com
Sun Jan 13 11:11:45 PST 2013


On Jan 13, 2013, at 2:58 AM, Paul Taylor wrote:

> How do we do that

For the exercise I finished throwing together something that I think could work for this.

http://www195.pair.com/mik3hall/logio.dmg

To redirect System.out.println's to go to JNI NSLog's can be done something like…

		System.setOut(LogOut.getInstance());

You could do that based on os version, system property, whatever.

Michael Hall

trz nio.2 for OS X http://www195.pair.com/mik3hall/index.html#trz

HalfPipe Java 6/7 shell app http://www195.pair.com/mik3hall/index.html#halfpipe

AppConverter convert Apple jvm to openjdk apps http://www195.pair.com/mik3hall/index.html#appconverter







More information about the macosx-port-dev mailing list