im trying the JNI example from the java tutorials page (reading a file) but when i compile my "yep.c" with:
cl -IC:\j2sdk1.4.0\include -IC:\j2sdk1.4.0\include -LD yep2.c -Felibnative.dll
(im on windowsXP) it gives me:
yep2.c(3) : fatal error C1083: Cannot open include file: 'sys/ipc.h': No such file or directory
line 3 has..:
#include <sys/ipc.h>
am i missing some JNI install or something? im running 1.4..