Re: [Java-gnome-developer] No libgcj.jar
Brought to you by:
afcowie
From: Bob F. <bob...@ea...> - 2004-02-02 23:43:52
|
Just softlink your libgcj-3.3.2.jar to libgcj.jar. Then set gcj-root (or whatever it's called) in the java-gnome configure script to /usr. It should all work then. -- Bob On Mon, 2004-02-02 at 18:40, Luca De Rugeriis wrote: > Il lun, 2004-02-02 alle 23:06, Andrew|dev ha scritto: > > I'm wondering how I could not have libgcj.jar? > > find / -name libgcj.jar returned nothing. I am trying to ./configure the > > CVS sources, but obviously it fails! > I' ve got only libgcj-3.3.2.jar not libgcj.jar and it's located in > /usr/share/java (on fedora). > Have you got gcj installed? If not install it or try > ./configure --without-gcj-compile > but it will not compile the gcj related libraries (doesn't matter if you > don't use gcj to compile your apps). |