<div dir="ltr"><div>Good afternoon,</div><div><br></div><div>I'm running Ubuntu 18.04 and I just installed scilab using</div><div><br></div><div>$ sudo apt-get install scilab</div><div><br></div><div>It looks to be version 6.0.1-7.  I can run the CLI but when I try to run the GUI using</div><div><br></div><div>$ scilab</div><div><br></div><div>I get an error (show below). Any pointers? I tried Googling but didn't see anything related to this.<br></div><div><br></div><div>Thanks!</div><div><br></div><div>Jeff</div><div><br></div><div><br></div><div>WARNING: An illegal reflective access operation has occurred<br>WARNING: Illegal reflective access by org.scilab.modules.jvm.LibraryPath (file:/usr/share/scilab/modules/jvm/jar/org.scilab.modules.jvm.jar) to field java.lang.ClassLoader.sys_paths<br>WARNING: Please consider reporting this to the maintainers of org.scilab.modules.jvm.LibraryPath<br>WARNING: Use --illegal-access=warn to enable warnings of further illegal reflective access operations<br>WARNING: All illegal access operations will be denied in a future release<br>Could not access to the Main Scilab Class:<br>Exception in thread "main" java.lang.ExceptionInInitializerError<br>      at org.scilab.modules.localization.Messages.gettext(Unknown Source)<br>   at org.scilab.modules.commons.xml.XConfiguration.<clinit>(Unknown Source)<br>       at org.scilab.modules.core.Scilab.<clinit>(Unknown Source)<br>Caused by: java.lang.NullPointerException<br>   at java.base/java.lang.ClassLoader.loadLibrary(ClassLoader.java:2646)<br> at java.base/java.lang.Runtime.loadLibrary0(Runtime.java:830)<br> at java.base/java.lang.System.loadLibrary(System.java:1870)<br>   at org.scilab.modules.localization.MessagesJNI.<clinit>(Unknown Source)<br> ... 3 more<br><br>Scilab cannot create Scilab Java Main-Class (we have not been able to find the main Scilab class. Check if the Scilab and thirdparty packages are available).<br></div></div>