I'd like to get the j3d debug information from machines that are running my
application. In my app, I output System.out and System.err to a file (using
System.setOut, etc) but I noticed that the Java3D debug information always
goes to the console. This has two effects. The information always scrolls
off the screen on my Win98 system and second, it doesn't get logged into a
file.

As a workaround, I use > to pipe the output of the application to a new file
and then I concatenate the two output files.

Any chance we could get the debug info to go to System.out or System.err?

John B.

===========================================================================
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "signoff JAVA3D-INTEREST".  For general help, send email to
[EMAIL PROTECTED] and include in the body of the message "help".

Reply via email to