Skip to Main Content

Java HotSpot Virtual Machine

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

can't find sys/ipc.h

843829Oct 14 2002 — edited Oct 15 2002
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..
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Nov 12 2002
Added on Oct 14 2002
3 comments
4,134 views