Kbase P74809: Genuuid fail to redirect output information to a text file on Windows 9x systems
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  4/1/2004 |
|
Status: Unverified
SYMPTOM(s):
Genuuid fail to redirect output information to a text file on Windows 9x systems
CAUSE:
Genuuid is a batch file which launches jvmStart, which launches Java.
Because of all these indirect calls to other executables the redirection wasn't correctly being passed to the calling program.
This is not a problem on WinNT, Win2k or WinXP systems.
FIX:
Modify the genuuid.bat file and add the redirect comment to the end of the line which launches the jvmStart executable.
Example:
"%JVMSTRT%" -o stderr -s -m silent "%JVM%" -classpath "%JCP%" -DInstall.Dir="%DLC%" %GENUUIDPKG%.%GENUUIDCLASS% %1 %2 %3 %4 %5 %6 %7 %8 %9 >c:\temp\output.txt