libgcj.so.5: cannot open shared object file

Andrew Haley aph@redhat.com
Sat Jun 12 15:46:00 GMT 2004


Leston Buell writes:
 > Hello. I am running Mandrake 10 and am excited to try out compiling Java 
 > code with AWT or Swing to native code. I have compiled and installed gcc 
 > 3.4 and can compile and link a program like this:
 > 
 >    prompt$ gcj-3.4 -c -g -O Hello.java
 >    prompt$ gcj-3.4 --main=Hello -o Hello Hello.o
 > 
 > However, i can't run it:
 > 
 >    prompt$ ./Hello
 >    prompt$ ./Hello: error while loading shared libraries:
 >      libgcj.so.5: cannot open shared object file:
 >      No such file or directory
 > 
 > Is there some environement variable i need to set to fix this?

LD_LIBRARY_PATH should point to the dir that contains libgcj.so.5.

Andrew.



More information about the Java mailing list