Sometime on Jul 6, tushar kanti mohanty assembled some asciibets to say:
could you fix your line length?
when i try to run the java compiler "javac" from the /usr/java/jdk1.3/bin directory i get the following error messages
/usr/java/jdk1.3/bin/i386/native_threads/javac: error while loading shared libraries :libjvm.so: cannot load shared object file:no such file or directory
The library is in jdk1.3/lib/......something here. You'll find it. You probably need to put this path in your LD_LIBRARY_PATH variable, or add it to /etc/ld.so.conf
Philip