Hi,
compiling JNI_CreateJavaVM in Windows
Does anyone know how to compile C with JVM?It
needs Visual C? Could it compiled without Visual C?I want to compile my JVM
using cygwin.I know how to compile it in Linux platform only.
[root@localhost jvm]# gcc -D_REENTRANT -D_GNU_SOURCE
-I/usr/j
> "soonho" == soonho <[EMAIL PROTECTED]> writes:
soonho> I currently using jdk1.3 in my RedHat 6.1. I am testing
soonho> the invoke.c example in the following URL:
soonho> http://www.java.sun.com/docs/books/tutorial/native1.1/invoking/invo.html
soonho> But when compile using
Hi all,
I currently using jdk1.3 in my RedHat 6.1. I am
testing the invoke.c example in the following URL:
http://www.java.sun.com/docs/books/tutorial/native1.1/invoking/invo.html
But when compile using
gcc -I/usr/java/jdk1.3/include
-I/usr/java/jdk1.3/include/linux -L/-I/usr/java/jdk