Hi,
Apologies if this is a daft question but I'm fairly new to this. My Java code uses the JNI to call a C++ DLL wrapper which I wrote, that in turns calls some pre-written C++ code from elsewhere.
The latter does a lot of information output to the console from which the Java program was started. I'd like to stop this (redirect it to null or a file) without modifying that code, but don't know if I can.
Any ideas? Cheers!
Rob
Apologies if this is a daft question but I'm fairly new to this. My Java code uses the JNI to call a C++ DLL wrapper which I wrote, that in turns calls some pre-written C++ code from elsewhere.
The latter does a lot of information output to the console from which the Java program was started. I'd like to stop this (redirect it to null or a file) without modifying that code, but don't know if I can.
Any ideas? Cheers!
Rob