On Thu, May 10, 2001 at 10:47:37AM +0530, Jiger Java typed:
> I was finally able to download a working copy of Java1.3 unlike the last
> time when something whent wrong. I installed jdk1.3 but when I try to run
> java it gives me the following error.
> /usr/java/jdk1.3.0_02/bin/java: /usr/bin/cut: No such file or Directory.
> /usr/java/jdk1.3.0_02/bin/i386/native_threads/java: error while loading
> shared libraries: libjvm.so: cannot load shared object file: No such file or
> directory
Create a symbolic link from /bin/cut to /usr/bin/cut
ln -s /bin/cut /usr/bin/cut
If you're working on Red Hat 7.1 (Or more specifically the 2.4.x kernel)
you may need to one more correction - i.e adding an environment variable
"LD_ASSUME_KERNEL=2.2.5".. You can either put it into your profile
itself or into the script that starts up Java. ( Modify the
Java_Installation_Directory/bin/.java_wrapper script by adding the
following line)
export LD_ASSUME_KERNEL=2.2.5
> One more thing what is the equivalent of autoexec.bat in Linux & how can I
> install software AND env. in a global manner meaning any user logs in he
> gets those paths or env. settings.
/etc/profile
/etc/bashrc
Kala
_______________________________________________
linux-india-help mailing list
[EMAIL PROTECTED]
http://lists.sourceforge.net/lists/listinfo/linux-india-help