On Tue, 2005-05-24 at 11:40 -0700, Anthony Green wrote: > On Mon, 2005-04-04 at 01:24 -0400, Thomas Fitzsimmons wrote: > > > > I think we should rename it libgcj-jawt.so. libjawt-using apps will > > look for $JAVA_HOME/jre/lib/i386/libjawt.so which we already have a > > symlink for in java-gcj-compat. > > Tom - this doesn't quite work as implemented. > > It turns out that jogl does a System.loadLibrary("jawt") which fails > since we renamed the library. > This should work, if LD_LIBRARY_PATH points to /usr/lib/jvm/jre/lib/%{_arch}. Tom