Loading... (original) (raw)

Uploaded image for project: 'JDK'

  1. JDK
  2. JDK-4015550

JNI: STDIO functions are not handled correctly for embedded apps

On Win32 platform stdio is not handled very well when embedding the JVM into
an exisiting Application. Numerous changes need to be made to ensure that output
from the JVM goes to the appliacation and does not fall on the floor. This initialiazation needs to occur before any output. There is also an issue with
opening of file descriptor and converting fprintf to a more java based function