I am installing java inline on a win32 machine. If I choose to build the JNI extension I get an error when running nmake.exe. The error is as follows: 'cl' is not recognized as an internal or external command, nmake : fatal error U1077: 'cl' : return code '0x1' Stop nmake : fatal error U1077: 'cd' return code '0x2' Stop
However, if I choose not to elect the 'JNI extension', nmake runs fine and 'nmake test' is successful. Where is the problem? Thanks Martin
