Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
Home -> Community -> Usenet -> c.d.o.server -> Pro c Call from JNI
Hi ,
I am trying to call a ProC function from JNI . I am using the demo_proc.mk file to include the Java path , but it is giving an error that
Error at line 7, column 10 in file source.pc
#include <jni.h>
.........1
PCC-S-02015, unable to open include file
Can anyone tell me where should I include the java path so as to include "jni.h"
Thanks! Received on Mon Aug 28 2006 - 05:42:05 CDT