From: Kenneth B. R. <kbr...@al...> - 2003-02-04 21:57:46
|
> I thought have done evrything allright for the compilation but > actually I've got a problem when the linker starts : > > gcc -o invokejvm CNativeCode/invokejvm.o \ > -L/home/pac/IBMJava2-131/jre/lib/i386/client -ljvm -ldl > /usr/bin/ld: can not find -ljvm > > how do I fix this ? The "jre/lib/i386/client" portion of the path needs to be updated to point to the location of IBM's libjvm.so within their JRE. |