What compiler, etc. are you using for the Inline::Java compile? The JNI Extension actually requires compiling some C code (JNI)... the NON JNI (Client-Server model) requires no C.
It sounds like your C compiler is either misconfigured, not working, or not properly setup to compile Inline::Java... Can you give me some more insight into your setup? -Brendan On Tue, 2002-07-23 at 12:29, Martin Korb wrote: > 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
