Sun Java Enterprise System 5 Update 1 Release Notes

On Windows mfwkadm generates an error (6535233)

When you run the mfwkadm command on Windows, the following error is generated:


'C:\Program' is not recognized as an internal or external command,

operable program or batch file.

Solution Comment out the fourth line of the file C:\Program Files\Sun\JavaES5\share\mfwk\bin\masetup.bat by adding REM at the start of the line.

Before: 


if defined MFWK_PATH goto perl_cmd

After: 


REM if defined MFWK_PATH goto perl_cmd