How to get Scilab 6.0.1 working on Ubuntu 18.04 LTS?I can't run Scilab Ubuntu 18.04Unable to open Scilab ConsoleI've linked scilab to gnome application menu (by creating a *.desktop file) but it's closed immediately when I run it from menuHow to make pdfsam work in (L)ubuntu 18.04?Scilab 5.5.2 on Ubuntu 18.04How to get Scilab 6.0.1 working on Ubuntu 18.10?Troubleshoot sun-java6-jdk installationMy Java install is brokenUbuntu 13.10: Upgrade interrupted because of openjdk-7openjdk-7-jre installed, but no binarieshow to activate Java 8u51 plugin on Firefox?How to get Scilab 6.0.1 working on Ubuntu 18.10?Can't reset my JAVA_HOME to new Open JDK 11 Java installationJAVA_HOME is not valid?
How to be productive while waiting for meetings to start
What is /dev/null and why can't I use hx on it?
What are some ways to season that don't rely on garlic and onions?
Is there any problem with students seeing faculty naked in university gym?
What is the origin of the minced oath “Jiminy”?
Can an animal produce milk all the time?
Is American Sign Language phonetic?
How do I know how many sub-shells deep I am?
dotted footnote rule
Can/should you swim in zero G?
How to print variable value in next line using echo command
How to get a smooth, uniform ParametricPlot of a 2D Region?
Bash-script as linux-service won't run, but executed from terminal works perfectly
Are there any tricks to pushing a grand piano?
Is insurance company’s preferred auto shop biased?
How fast are we moving relative to the CMB?
Using 4K Skyrim Textures when running 1920 x 1080 display resolution?
Why do many websites hide input when entering a OTP
Tikz diagonal filling pattern
Using the Grappler feat, can you grapple and pin (restrain) in the same action?
Was there an autocomplete utility in MS-DOS?
How come the Russian cognate for the Czech word "čerstvý" (fresh) means entirely the opposite thing (stale)?
Is right click on tables bad UX
Is negative resistance possible?
How to get Scilab 6.0.1 working on Ubuntu 18.04 LTS?
I can't run Scilab Ubuntu 18.04Unable to open Scilab ConsoleI've linked scilab to gnome application menu (by creating a *.desktop file) but it's closed immediately when I run it from menuHow to make pdfsam work in (L)ubuntu 18.04?Scilab 5.5.2 on Ubuntu 18.04How to get Scilab 6.0.1 working on Ubuntu 18.10?Troubleshoot sun-java6-jdk installationMy Java install is brokenUbuntu 13.10: Upgrade interrupted because of openjdk-7openjdk-7-jre installed, but no binarieshow to activate Java 8u51 plugin on Firefox?How to get Scilab 6.0.1 working on Ubuntu 18.10?Can't reset my JAVA_HOME to new Open JDK 11 Java installationJAVA_HOME is not valid?
.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty
margin-bottom:0;
I have installed clean Ubuntu MATE 18.04 LTS and installed Scilab from repository here with
sudo apt-get update
sudo apt-get install scilab
After installation I tried to launch it from GUI (Applications → Other → Scilab) - it does not start.
Then I tried to launch it from terminal with scilab
command. Terminal output is as follows:
$ scilab
/usr/bin/scilab-bin: error while loading shared libraries: libjava.so: cannot open shared object file: No such file or directory
so it can't find Java. I reported bug 1762999 about this problem.
I checked existence of libjava.so
:
$ dpkg -S libjava.so
openjdk-11-jre-headless:amd64: /usr/lib/jvm/java-11-openjdk-amd64/lib/libjava.so
so it is in place.
What should I do to get Scilab 6.0.1 working on Ubuntu 18.04 LTS?
apt package-management java openjdk scilab
add a comment
|
I have installed clean Ubuntu MATE 18.04 LTS and installed Scilab from repository here with
sudo apt-get update
sudo apt-get install scilab
After installation I tried to launch it from GUI (Applications → Other → Scilab) - it does not start.
Then I tried to launch it from terminal with scilab
command. Terminal output is as follows:
$ scilab
/usr/bin/scilab-bin: error while loading shared libraries: libjava.so: cannot open shared object file: No such file or directory
so it can't find Java. I reported bug 1762999 about this problem.
I checked existence of libjava.so
:
$ dpkg -S libjava.so
openjdk-11-jre-headless:amd64: /usr/lib/jvm/java-11-openjdk-amd64/lib/libjava.so
so it is in place.
What should I do to get Scilab 6.0.1 working on Ubuntu 18.04 LTS?
apt package-management java openjdk scilab
add a comment
|
I have installed clean Ubuntu MATE 18.04 LTS and installed Scilab from repository here with
sudo apt-get update
sudo apt-get install scilab
After installation I tried to launch it from GUI (Applications → Other → Scilab) - it does not start.
Then I tried to launch it from terminal with scilab
command. Terminal output is as follows:
$ scilab
/usr/bin/scilab-bin: error while loading shared libraries: libjava.so: cannot open shared object file: No such file or directory
so it can't find Java. I reported bug 1762999 about this problem.
I checked existence of libjava.so
:
$ dpkg -S libjava.so
openjdk-11-jre-headless:amd64: /usr/lib/jvm/java-11-openjdk-amd64/lib/libjava.so
so it is in place.
What should I do to get Scilab 6.0.1 working on Ubuntu 18.04 LTS?
apt package-management java openjdk scilab
I have installed clean Ubuntu MATE 18.04 LTS and installed Scilab from repository here with
sudo apt-get update
sudo apt-get install scilab
After installation I tried to launch it from GUI (Applications → Other → Scilab) - it does not start.
Then I tried to launch it from terminal with scilab
command. Terminal output is as follows:
$ scilab
/usr/bin/scilab-bin: error while loading shared libraries: libjava.so: cannot open shared object file: No such file or directory
so it can't find Java. I reported bug 1762999 about this problem.
I checked existence of libjava.so
:
$ dpkg -S libjava.so
openjdk-11-jre-headless:amd64: /usr/lib/jvm/java-11-openjdk-amd64/lib/libjava.so
so it is in place.
What should I do to get Scilab 6.0.1 working on Ubuntu 18.04 LTS?
apt package-management java openjdk scilab
apt package-management java openjdk scilab
edited Oct 19 '18 at 12:36
N0rbert
asked Apr 28 '18 at 10:50
N0rbertN0rbert
32.3k10 gold badges76 silver badges155 bronze badges
32.3k10 gold badges76 silver badges155 bronze badges
add a comment
|
add a comment
|
2 Answers
2
active
oldest
votes
* Repository-based method (ATOMS will not work)
Update 2019-04-14. Nowadays Scilab is ported to OpenJDK 11.
Then we have to install Scilab with (if not installed before):
sudo apt-get install scilab
So we can use latest scilab package 6.0.1-7ubuntu1~18.04 as usual from GUI, but scilab-cli
and scilab-adv-cli
are now broken (it is new bug 1825037).
Note 1: Scilab color theme is incompatible with dark Gtk themes, so user should set light one (this is bug 1547561) such as Radiance or Radiant-MATE.
Note 2: Scilab ATOMS system is broken too (see bug 1765503) because of problems with HDF5.
* Binary download method (fully-functional)
So if you need fully-functional Scilab you should remove deb-packaged version with
sudo apt-get purge scilab
sudo apt-get autoremove
and use binary archive 6.0.2 from official site and run the commands below (download, extract, add to PATH, set shotcuts and MIME-association):
mkdir ~/Software
cd ~/Software
wget https://www.scilab.org/download/6.0.2/scilab-6.0.2.bin.linux-x86_64.tar.gz
tar -xzf scilab-6.0.2.bin.linux-x86_64.tar.gz
cd scilab-6.0.2
echo "PATH=$PATH:/home/$USER/Software/scilab-6.0.2/bin" >> ~/.bashrc
echo "PATH=$PATH:/home/$USER/Software/scilab-6.0.2/bin" >> ~/.profile
mkdir -p ~/.local/share/applications
cp -a ~/Software/scilab-6.0.2/share/icons,applications,mime ~/.local/share/
update-mime-database ~/.local/share/mime/
The ATOMS and other components will work as expected. Do not forget to install build-essential
package to run Xcos Modelica simulations.
* AppImage download method (fully-functional)
We need to download the latest release from corresponding page or manually:
mkdir ~/Software
cd ~/Software
wget https://github.com/davidcl/Scilab.AppDir/releases/download/6.0.2-1/Scilab-x86_64.AppImage
chmod +x Scilab-x86_64.AppImage
ln -s Scilab-x86_64.AppImage scilab
and then add it to PATH with
echo "PATH=$PATH:/home/$USER/Software/" >> ~/.bashrc
echo "PATH=$PATH:/home/$USER/Software/" >> ~/.profile
As the result you will get Scilab working. But there is no MIME associations (yet).
If you want to get Scilab 5.5.2 working on Ubuntu 18.04.1 LTS see other answer.
Binary method is also applicable for Ubuntu 18.10, as ATOMS is still broken here.
add a comment
|
I followed these steps to run scilab on (x)ubuntu 18.04 (Bionic Beaver):
Install openjdk8 via:
sudo apt-get install openjdk-8-jre openjdk-8-jre-headless
sudo update-java-alternatives -s java-1.8.0-openjdk-$(dpkg --print-architecture)Enter this command via terminal to open SciLab-GUI:
scilab
- Hit ENTER (after
jlatexmath
warning)
it's (the GUI and all of it's features) running without any problems including XCos (very good Simulink alternative).
By pressing enter I just skipped the warning
Could not find Java package '/usr/share/java/jlatexmath-fop-1.0.6.jar
If you don't need it, just don't install it.
1
You may want to write a comment below my answer about skipping jlatexmath part. Otherwise your answer do not contain new information and you should delete it. ATOMS in such case remain broken, to there are no tradeoffs. Scilab will continue to crash when started from Applcations menu/dash.
– N0rbert
Nov 9 '18 at 7:15
jlatexmath problem is now fixed. Consider to remove your answer as outdated.
– N0rbert
Apr 16 at 20:06
This just worked for me
– Graham
Aug 1 at 21:14
add a comment
|
protected by N0rbert Feb 14 at 20:46
Thank you for your interest in this question.
Because it has attracted low-quality or spam answers that had to be removed, posting an answer now requires 10 reputation on this site (the association bonus does not count).
Would you like to answer one of these unanswered questions instead?
2 Answers
2
active
oldest
votes
2 Answers
2
active
oldest
votes
active
oldest
votes
active
oldest
votes
* Repository-based method (ATOMS will not work)
Update 2019-04-14. Nowadays Scilab is ported to OpenJDK 11.
Then we have to install Scilab with (if not installed before):
sudo apt-get install scilab
So we can use latest scilab package 6.0.1-7ubuntu1~18.04 as usual from GUI, but scilab-cli
and scilab-adv-cli
are now broken (it is new bug 1825037).
Note 1: Scilab color theme is incompatible with dark Gtk themes, so user should set light one (this is bug 1547561) such as Radiance or Radiant-MATE.
Note 2: Scilab ATOMS system is broken too (see bug 1765503) because of problems with HDF5.
* Binary download method (fully-functional)
So if you need fully-functional Scilab you should remove deb-packaged version with
sudo apt-get purge scilab
sudo apt-get autoremove
and use binary archive 6.0.2 from official site and run the commands below (download, extract, add to PATH, set shotcuts and MIME-association):
mkdir ~/Software
cd ~/Software
wget https://www.scilab.org/download/6.0.2/scilab-6.0.2.bin.linux-x86_64.tar.gz
tar -xzf scilab-6.0.2.bin.linux-x86_64.tar.gz
cd scilab-6.0.2
echo "PATH=$PATH:/home/$USER/Software/scilab-6.0.2/bin" >> ~/.bashrc
echo "PATH=$PATH:/home/$USER/Software/scilab-6.0.2/bin" >> ~/.profile
mkdir -p ~/.local/share/applications
cp -a ~/Software/scilab-6.0.2/share/icons,applications,mime ~/.local/share/
update-mime-database ~/.local/share/mime/
The ATOMS and other components will work as expected. Do not forget to install build-essential
package to run Xcos Modelica simulations.
* AppImage download method (fully-functional)
We need to download the latest release from corresponding page or manually:
mkdir ~/Software
cd ~/Software
wget https://github.com/davidcl/Scilab.AppDir/releases/download/6.0.2-1/Scilab-x86_64.AppImage
chmod +x Scilab-x86_64.AppImage
ln -s Scilab-x86_64.AppImage scilab
and then add it to PATH with
echo "PATH=$PATH:/home/$USER/Software/" >> ~/.bashrc
echo "PATH=$PATH:/home/$USER/Software/" >> ~/.profile
As the result you will get Scilab working. But there is no MIME associations (yet).
If you want to get Scilab 5.5.2 working on Ubuntu 18.04.1 LTS see other answer.
Binary method is also applicable for Ubuntu 18.10, as ATOMS is still broken here.
add a comment
|
* Repository-based method (ATOMS will not work)
Update 2019-04-14. Nowadays Scilab is ported to OpenJDK 11.
Then we have to install Scilab with (if not installed before):
sudo apt-get install scilab
So we can use latest scilab package 6.0.1-7ubuntu1~18.04 as usual from GUI, but scilab-cli
and scilab-adv-cli
are now broken (it is new bug 1825037).
Note 1: Scilab color theme is incompatible with dark Gtk themes, so user should set light one (this is bug 1547561) such as Radiance or Radiant-MATE.
Note 2: Scilab ATOMS system is broken too (see bug 1765503) because of problems with HDF5.
* Binary download method (fully-functional)
So if you need fully-functional Scilab you should remove deb-packaged version with
sudo apt-get purge scilab
sudo apt-get autoremove
and use binary archive 6.0.2 from official site and run the commands below (download, extract, add to PATH, set shotcuts and MIME-association):
mkdir ~/Software
cd ~/Software
wget https://www.scilab.org/download/6.0.2/scilab-6.0.2.bin.linux-x86_64.tar.gz
tar -xzf scilab-6.0.2.bin.linux-x86_64.tar.gz
cd scilab-6.0.2
echo "PATH=$PATH:/home/$USER/Software/scilab-6.0.2/bin" >> ~/.bashrc
echo "PATH=$PATH:/home/$USER/Software/scilab-6.0.2/bin" >> ~/.profile
mkdir -p ~/.local/share/applications
cp -a ~/Software/scilab-6.0.2/share/icons,applications,mime ~/.local/share/
update-mime-database ~/.local/share/mime/
The ATOMS and other components will work as expected. Do not forget to install build-essential
package to run Xcos Modelica simulations.
* AppImage download method (fully-functional)
We need to download the latest release from corresponding page or manually:
mkdir ~/Software
cd ~/Software
wget https://github.com/davidcl/Scilab.AppDir/releases/download/6.0.2-1/Scilab-x86_64.AppImage
chmod +x Scilab-x86_64.AppImage
ln -s Scilab-x86_64.AppImage scilab
and then add it to PATH with
echo "PATH=$PATH:/home/$USER/Software/" >> ~/.bashrc
echo "PATH=$PATH:/home/$USER/Software/" >> ~/.profile
As the result you will get Scilab working. But there is no MIME associations (yet).
If you want to get Scilab 5.5.2 working on Ubuntu 18.04.1 LTS see other answer.
Binary method is also applicable for Ubuntu 18.10, as ATOMS is still broken here.
add a comment
|
* Repository-based method (ATOMS will not work)
Update 2019-04-14. Nowadays Scilab is ported to OpenJDK 11.
Then we have to install Scilab with (if not installed before):
sudo apt-get install scilab
So we can use latest scilab package 6.0.1-7ubuntu1~18.04 as usual from GUI, but scilab-cli
and scilab-adv-cli
are now broken (it is new bug 1825037).
Note 1: Scilab color theme is incompatible with dark Gtk themes, so user should set light one (this is bug 1547561) such as Radiance or Radiant-MATE.
Note 2: Scilab ATOMS system is broken too (see bug 1765503) because of problems with HDF5.
* Binary download method (fully-functional)
So if you need fully-functional Scilab you should remove deb-packaged version with
sudo apt-get purge scilab
sudo apt-get autoremove
and use binary archive 6.0.2 from official site and run the commands below (download, extract, add to PATH, set shotcuts and MIME-association):
mkdir ~/Software
cd ~/Software
wget https://www.scilab.org/download/6.0.2/scilab-6.0.2.bin.linux-x86_64.tar.gz
tar -xzf scilab-6.0.2.bin.linux-x86_64.tar.gz
cd scilab-6.0.2
echo "PATH=$PATH:/home/$USER/Software/scilab-6.0.2/bin" >> ~/.bashrc
echo "PATH=$PATH:/home/$USER/Software/scilab-6.0.2/bin" >> ~/.profile
mkdir -p ~/.local/share/applications
cp -a ~/Software/scilab-6.0.2/share/icons,applications,mime ~/.local/share/
update-mime-database ~/.local/share/mime/
The ATOMS and other components will work as expected. Do not forget to install build-essential
package to run Xcos Modelica simulations.
* AppImage download method (fully-functional)
We need to download the latest release from corresponding page or manually:
mkdir ~/Software
cd ~/Software
wget https://github.com/davidcl/Scilab.AppDir/releases/download/6.0.2-1/Scilab-x86_64.AppImage
chmod +x Scilab-x86_64.AppImage
ln -s Scilab-x86_64.AppImage scilab
and then add it to PATH with
echo "PATH=$PATH:/home/$USER/Software/" >> ~/.bashrc
echo "PATH=$PATH:/home/$USER/Software/" >> ~/.profile
As the result you will get Scilab working. But there is no MIME associations (yet).
If you want to get Scilab 5.5.2 working on Ubuntu 18.04.1 LTS see other answer.
Binary method is also applicable for Ubuntu 18.10, as ATOMS is still broken here.
* Repository-based method (ATOMS will not work)
Update 2019-04-14. Nowadays Scilab is ported to OpenJDK 11.
Then we have to install Scilab with (if not installed before):
sudo apt-get install scilab
So we can use latest scilab package 6.0.1-7ubuntu1~18.04 as usual from GUI, but scilab-cli
and scilab-adv-cli
are now broken (it is new bug 1825037).
Note 1: Scilab color theme is incompatible with dark Gtk themes, so user should set light one (this is bug 1547561) such as Radiance or Radiant-MATE.
Note 2: Scilab ATOMS system is broken too (see bug 1765503) because of problems with HDF5.
* Binary download method (fully-functional)
So if you need fully-functional Scilab you should remove deb-packaged version with
sudo apt-get purge scilab
sudo apt-get autoremove
and use binary archive 6.0.2 from official site and run the commands below (download, extract, add to PATH, set shotcuts and MIME-association):
mkdir ~/Software
cd ~/Software
wget https://www.scilab.org/download/6.0.2/scilab-6.0.2.bin.linux-x86_64.tar.gz
tar -xzf scilab-6.0.2.bin.linux-x86_64.tar.gz
cd scilab-6.0.2
echo "PATH=$PATH:/home/$USER/Software/scilab-6.0.2/bin" >> ~/.bashrc
echo "PATH=$PATH:/home/$USER/Software/scilab-6.0.2/bin" >> ~/.profile
mkdir -p ~/.local/share/applications
cp -a ~/Software/scilab-6.0.2/share/icons,applications,mime ~/.local/share/
update-mime-database ~/.local/share/mime/
The ATOMS and other components will work as expected. Do not forget to install build-essential
package to run Xcos Modelica simulations.
* AppImage download method (fully-functional)
We need to download the latest release from corresponding page or manually:
mkdir ~/Software
cd ~/Software
wget https://github.com/davidcl/Scilab.AppDir/releases/download/6.0.2-1/Scilab-x86_64.AppImage
chmod +x Scilab-x86_64.AppImage
ln -s Scilab-x86_64.AppImage scilab
and then add it to PATH with
echo "PATH=$PATH:/home/$USER/Software/" >> ~/.bashrc
echo "PATH=$PATH:/home/$USER/Software/" >> ~/.profile
As the result you will get Scilab working. But there is no MIME associations (yet).
If you want to get Scilab 5.5.2 working on Ubuntu 18.04.1 LTS see other answer.
Binary method is also applicable for Ubuntu 18.10, as ATOMS is still broken here.
edited May 14 at 15:11
answered Apr 28 '18 at 10:50
N0rbertN0rbert
32.3k10 gold badges76 silver badges155 bronze badges
32.3k10 gold badges76 silver badges155 bronze badges
add a comment
|
add a comment
|
I followed these steps to run scilab on (x)ubuntu 18.04 (Bionic Beaver):
Install openjdk8 via:
sudo apt-get install openjdk-8-jre openjdk-8-jre-headless
sudo update-java-alternatives -s java-1.8.0-openjdk-$(dpkg --print-architecture)Enter this command via terminal to open SciLab-GUI:
scilab
- Hit ENTER (after
jlatexmath
warning)
it's (the GUI and all of it's features) running without any problems including XCos (very good Simulink alternative).
By pressing enter I just skipped the warning
Could not find Java package '/usr/share/java/jlatexmath-fop-1.0.6.jar
If you don't need it, just don't install it.
1
You may want to write a comment below my answer about skipping jlatexmath part. Otherwise your answer do not contain new information and you should delete it. ATOMS in such case remain broken, to there are no tradeoffs. Scilab will continue to crash when started from Applcations menu/dash.
– N0rbert
Nov 9 '18 at 7:15
jlatexmath problem is now fixed. Consider to remove your answer as outdated.
– N0rbert
Apr 16 at 20:06
This just worked for me
– Graham
Aug 1 at 21:14
add a comment
|
I followed these steps to run scilab on (x)ubuntu 18.04 (Bionic Beaver):
Install openjdk8 via:
sudo apt-get install openjdk-8-jre openjdk-8-jre-headless
sudo update-java-alternatives -s java-1.8.0-openjdk-$(dpkg --print-architecture)Enter this command via terminal to open SciLab-GUI:
scilab
- Hit ENTER (after
jlatexmath
warning)
it's (the GUI and all of it's features) running without any problems including XCos (very good Simulink alternative).
By pressing enter I just skipped the warning
Could not find Java package '/usr/share/java/jlatexmath-fop-1.0.6.jar
If you don't need it, just don't install it.
1
You may want to write a comment below my answer about skipping jlatexmath part. Otherwise your answer do not contain new information and you should delete it. ATOMS in such case remain broken, to there are no tradeoffs. Scilab will continue to crash when started from Applcations menu/dash.
– N0rbert
Nov 9 '18 at 7:15
jlatexmath problem is now fixed. Consider to remove your answer as outdated.
– N0rbert
Apr 16 at 20:06
This just worked for me
– Graham
Aug 1 at 21:14
add a comment
|
I followed these steps to run scilab on (x)ubuntu 18.04 (Bionic Beaver):
Install openjdk8 via:
sudo apt-get install openjdk-8-jre openjdk-8-jre-headless
sudo update-java-alternatives -s java-1.8.0-openjdk-$(dpkg --print-architecture)Enter this command via terminal to open SciLab-GUI:
scilab
- Hit ENTER (after
jlatexmath
warning)
it's (the GUI and all of it's features) running without any problems including XCos (very good Simulink alternative).
By pressing enter I just skipped the warning
Could not find Java package '/usr/share/java/jlatexmath-fop-1.0.6.jar
If you don't need it, just don't install it.
I followed these steps to run scilab on (x)ubuntu 18.04 (Bionic Beaver):
Install openjdk8 via:
sudo apt-get install openjdk-8-jre openjdk-8-jre-headless
sudo update-java-alternatives -s java-1.8.0-openjdk-$(dpkg --print-architecture)Enter this command via terminal to open SciLab-GUI:
scilab
- Hit ENTER (after
jlatexmath
warning)
it's (the GUI and all of it's features) running without any problems including XCos (very good Simulink alternative).
By pressing enter I just skipped the warning
Could not find Java package '/usr/share/java/jlatexmath-fop-1.0.6.jar
If you don't need it, just don't install it.
edited Nov 10 '18 at 14:30
Zanna
53.3k15 gold badges150 silver badges251 bronze badges
53.3k15 gold badges150 silver badges251 bronze badges
answered Nov 8 '18 at 22:04
2BIAS2BIAS
193 bronze badges
193 bronze badges
1
You may want to write a comment below my answer about skipping jlatexmath part. Otherwise your answer do not contain new information and you should delete it. ATOMS in such case remain broken, to there are no tradeoffs. Scilab will continue to crash when started from Applcations menu/dash.
– N0rbert
Nov 9 '18 at 7:15
jlatexmath problem is now fixed. Consider to remove your answer as outdated.
– N0rbert
Apr 16 at 20:06
This just worked for me
– Graham
Aug 1 at 21:14
add a comment
|
1
You may want to write a comment below my answer about skipping jlatexmath part. Otherwise your answer do not contain new information and you should delete it. ATOMS in such case remain broken, to there are no tradeoffs. Scilab will continue to crash when started from Applcations menu/dash.
– N0rbert
Nov 9 '18 at 7:15
jlatexmath problem is now fixed. Consider to remove your answer as outdated.
– N0rbert
Apr 16 at 20:06
This just worked for me
– Graham
Aug 1 at 21:14
1
1
You may want to write a comment below my answer about skipping jlatexmath part. Otherwise your answer do not contain new information and you should delete it. ATOMS in such case remain broken, to there are no tradeoffs. Scilab will continue to crash when started from Applcations menu/dash.
– N0rbert
Nov 9 '18 at 7:15
You may want to write a comment below my answer about skipping jlatexmath part. Otherwise your answer do not contain new information and you should delete it. ATOMS in such case remain broken, to there are no tradeoffs. Scilab will continue to crash when started from Applcations menu/dash.
– N0rbert
Nov 9 '18 at 7:15
jlatexmath problem is now fixed. Consider to remove your answer as outdated.
– N0rbert
Apr 16 at 20:06
jlatexmath problem is now fixed. Consider to remove your answer as outdated.
– N0rbert
Apr 16 at 20:06
This just worked for me
– Graham
Aug 1 at 21:14
This just worked for me
– Graham
Aug 1 at 21:14
add a comment
|
protected by N0rbert Feb 14 at 20:46
Thank you for your interest in this question.
Because it has attracted low-quality or spam answers that had to be removed, posting an answer now requires 10 reputation on this site (the association bonus does not count).
Would you like to answer one of these unanswered questions instead?