Hi,
I am having error on this.
I am trying to store java class as a stored procedure in the 9i database on linux machine.
I wrote a java program and compiled it .
To put the java class in database,
I used this command
loadjava -user scott/tiger -oci8 -resolve classname.class
I got this error
Error : can not find libjava.so
but libjava.so is there and I set it as aa env variable in LD_LIBRARY_PATH.
but still it is giving the the same error.
when i gave "which libjava.so" . it is showing the correct path name.
please help me.
thanks