Click here to Skip to main content
15,879,239 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
My scilab on linux give me the following error. I will be thankful if any body help me how to fix it.

scilab-bin: error while loading shared libraries: libjava.so: cannot open shared object file: No such file or directory
Posted

The message is quite clear, the system cannot find the file libjava.so. Have you checked where this library is located, and added its path to the appropriate LD_LIBRARY_PATH environment variable?
 
Share this answer
 
Comments
CPallini 5-May-15 4:37am    
5.
Richard MacCutchan 5-May-15 4:40am    
Grazie.
Thank you sir for the quick reply.
libjava.so is located at /usr/java/jdk1.6.0_16/jre/lib/amd64/libjava.so
As a beginner to Linux I have no idea how to add this path to the appropriate LD_LIBRARY_PATH environment. It will be appreciated if you help me how to do that.
I am using CentOS 5.5
 
Share this answer
 
v2

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900