Re: libjava.so not found

1999-10-07 Thread Vlatka Davidovic
On Wed, 6 Oct 1999, SteveC wrote: > > Then put /jdk1.2/bin/ in the path and run ./javac > which reports it can't find libjava.so. > I think it is known bug. Try to put /usr/local/jdk1.2/bin/ in your PATH variable and run javac. Or if you are in jdk1.2/ directory try bin/javac. Not from ./

Re: libjava.so not found

1999-10-06 Thread Shawn McKisson
I believe that libjava.so gets added in by the .java_wrapper. Try placing some debug flags into that script and see what it is setting the LD_LIBRARY_PATH env var to. --shawn SteveC wrote: > > hi, > > Running RH6, blackdown JDK1.2 pre 2. Installed via tar > xvf to /usr/local/ I put > /usr/loca