I just downloaded the jdk v.117 . I trying to learn and get
around this new enviroment.(linux)
A couple of problems
I set my path like so
export PATH=/home/java/jdk117/bin:$PATH
I wrote a simple little test Hello Linux!!
program to see if it was working
but I get the following error
error in loading shared libraries
libjava.so: cannot open shared object file: No such file or
directory
I also tried specifying the path this
way
export
PATH=/home/java/jdk117/bin/i686/native_threads:$PATH
AND
export
PATH=/home/java/jdk117/lib/i686/native_threads:$PATH
What am I doing wrong?
Any help will be very appreciated. Can't wait to
ge this going , so I can start moving most of my work on NT to
Linux.