Hi all,
 
I currently using jdk1.3 in my RedHat 6.1. I am testing the invoke.c example in the following URL:
 
 
But when compile using
 
gcc -I/usr/java/jdk1.3/include -I/usr/java/jdk1.3/include/linux -L/-I/usr/java/jdk1.3/jre/lib/i386 -Ljava invoke.c
 
it give me errors.
 
1. Is it -ljava or -Ljava? Both give me different errors.
 
2.-ljava as shown in the URL give me errors like  usr/java/jdk1.3/jre/lib/i386/libjava.so : undefined JVM_StartThread. What is this mean?
 
3. The example can be run in jdk1.3? 
 
Thank you.
 
With Regards
soonho

Reply via email to