[Scilab-users] ?= SCILAB 6.0.2 Not running on UBUNTU 18.04 LT

Chin Luh Tan chinluh.tan at bytecode-asia.com
Fri Dec 27 17:03:24 CET 2019


Hi, 



Similar issue was faced by another linux distro a couple of weeks ago, try the below:



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



e.g.:



$ locate libjava.so

or

$ update-java-alternatives -l



and then



$ export JAVA_HOME="/usr/lib/jvm/java-8-openjdk-amd64/"   <-- use the path obtained from above

$ scilab

or

$ SCIPATH/scilab





2. If the installed java does not works, try to install the openjdk-11 jre

$ sudo apt-get install openjdk-11-jre



repeat the export and run the scilab again.



If it works, u could set the JAVA_HOME path at .bashrc to make it permanent



Hope this helps.



rgds,

CL







---- On Fri, 27 Dec 2019 05:26:39 +0800 Antoine Monmayrant <amonmayr at laas.fr> wrote ----


I just tried on an ubuntu 18.04.3 (not a clean install, un upgrade from 17.10) and it worked without any issue.

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?

Antoine 
 
 
Le Mardi, Décembre 24, 2019 13:48 CET, Samuel Enibe <samuel.enibe at unn.edu.ng> a écrit: 
 
> Thanks Antoine.
> I didn't change the default settings on UBUNTU 18.04 LTS.
> 
> I have checked again and seen that SCILAB 6.0.1 works but doesn't support
> ATOMS.
> 
> The 6.0.2 was downloaded,  the files extracted and placed in the default
> folder just as I did for 6.0.1. Should it be extracted using a special
> command?
> 
> Samuel
> 
> On Tue, 24 Dec 2019, 13:39 Antoine Monmayrant, <amonmayr at laas.fr> wrote:
> 
> > Hello Samuel,
> >
> > I am running 6.0.2 under ubuntu 64bits and I don't remember having this
> > issue.
> > Is your ubuntu install a vanilla one or did you change some  default
> > settings regarding java?
> >
> > We can try to compare our settings if this can help.
> >
> > Antoine
> >
> >
> > Le Mardi, Décembre 24, 2019 13:13 CET, Samuel Enibe <
> > samuel.enibe at unn.edu.ng> a écrit:
> >
> > > I have been using SCILAB for several years now on UBUNTU and decided to
> > try
> > > the latest version today.
> > >
> > > Thus, I  downloaded the 64 bit version of  SCILAB 6.0.2 for LINUX and
> > tried
> > > to run on UBUNTU 18.04 LTS.
> > >
> > > It produces the following error
> > >
> > > scilab-bin: error while loading shared libraries: libjava.so: cannot open
> > > shared object file: No such file or directory
> > >
> > > Is this a bug? I had the same experience with version 6.0.1
> > >
> > > Any suggestions on the way out?
> > >
> > > Samuel Ogbonna Enibe
> > > University of Nigeria, Nsukka, Nigeria
> >
> > _______________________________________________
> > users mailing list
> > users at lists.scilab.org
> > http://lists.scilab.org/mailman/listinfo/users
> >

_______________________________________________
users mailing list
users at lists.scilab.org
http://lists.scilab.org/mailman/listinfo/users
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.scilab.org/pipermail/users/attachments/20191228/c9ca39c7/attachment.htm>


More information about the users mailing list