<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"><html><head><meta content="text/html;charset=UTF-8" http-equiv="Content-Type"></head><body ><div style="font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt;"><div>Hi, <br></div><div><br></div><div>Similar issue was faced by another linux distro a couple of weeks ago, try the below:<br></div><div><br></div><div>1. Try to locate the libjava.so to see whether java is install. if you, u could try to temporary set the JAVA_HOME and try to run scilab again<br></div><div><br></div><div>e.g.:<br></div><div><br></div><div>$ locate libjava.so<br></div><div>or<br></div><div>$ update-java-alternatives -l<br></div><div><br></div><div>and then<br></div><div><br></div><div>$ export JAVA_HOME="/usr/lib/jvm/java-8-openjdk-amd64/" <-- use the path obtained from above<br></div><div>$ scilab<br></div><div>or<br></div><div>$ SCIPATH/scilab<br></div><div><br></div><div><br></div><div>2. If the installed java does not works, try to install the openjdk-11 jre<br></div><div>$ sudo apt-get install openjdk-11-jre<br></div><div><br></div><div>repeat the export and run the scilab again.<br></div><div><br></div><div>If it works, u could set the JAVA_HOME path at .bashrc to make it permanent<br></div><div><br></div><div>Hope this helps.<br></div><div><br></div><div>rgds,<br></div><div>CL<br></div><div><br></div><div><br></div><br><div data-zbluepencil-ignore="true" style="" class="zmail_extra"><br><div id="Zm-_Id_-Sgn1">---- On Fri, 27 Dec 2019 05:26:39 +0800 <b>Antoine Monmayrant <amonmayr@laas.fr></b> wrote ----<br></div><br><blockquote style="border-left: 1px solid rgb(204, 204, 204); padding-left: 6px; margin: 0px 0px 0px 5px;"><div>I just tried on an ubuntu 18.04.3 (not a clean install, un upgrade from 17.10) and it worked without any issue.<br><br>Can you try to install a vm on your current setup and run an ubuntu live-cd and install scilab in it to see whether the problem is still there?<br><br>Antoine <br> <br> <br>Le Mardi, Décembre 24, 2019 13:48 CET, Samuel Enibe <samuel.enibe@unn.edu.ng> a écrit: <br> <br>> Thanks Antoine.<br>> I didn't change the default settings on UBUNTU 18.04 LTS.<br>> <br>> I have checked again and seen that SCILAB 6.0.1 works but doesn't support<br>> ATOMS.<br>> <br>> The 6.0.2 was downloaded, the files extracted and placed in the default<br>> folder just as I did for 6.0.1. Should it be extracted using a special<br>> command?<br>> <br>> Samuel<br>> <br>> On Tue, 24 Dec 2019, 13:39 Antoine Monmayrant, <amonmayr@laas.fr> wrote:<br>> <br>> > Hello Samuel,<br>> ><br>> > I am running 6.0.2 under ubuntu 64bits and I don't remember having this<br>> > issue.<br>> > Is your ubuntu install a vanilla one or did you change some default<br>> > settings regarding java?<br>> ><br>> > We can try to compare our settings if this can help.<br>> ><br>> > Antoine<br>> ><br>> ><br>> > Le Mardi, Décembre 24, 2019 13:13 CET, Samuel Enibe <<br>> > samuel.enibe@unn.edu.ng> a écrit:<br>> ><br>> > > I have been using SCILAB for several years now on UBUNTU and decided to<br>> > try<br>> > > the latest version today.<br>> > ><br>> > > Thus, I downloaded the 64 bit version of SCILAB 6.0.2 for LINUX and<br>> > tried<br>> > > to run on UBUNTU 18.04 LTS.<br>> > ><br>> > > It produces the following error<br>> > ><br>> > > scilab-bin: error while loading shared libraries: libjava.so: cannot open<br>> > > shared object file: No such file or directory<br>> > ><br>> > > Is this a bug? I had the same experience with version 6.0.1<br>> > ><br>> > > Any suggestions on the way out?<br>> > ><br>> > > Samuel Ogbonna Enibe<br>> > > University of Nigeria, Nsukka, Nigeria<br>> ><br>> > _______________________________________________<br>> > users mailing list<br>> > users@lists.scilab.org<br>> > http://lists.scilab.org/mailman/listinfo/users<br>> ><br><br>_______________________________________________<br>users mailing list<br>users@lists.scilab.org<br>http://lists.scilab.org/mailman/listinfo/users<br></div></blockquote></div><div><br></div></div><br></body></html>