No Java Runtime Environment(JRE) was found on this system.
See original GitHub issueHi, I followed the following steps on centos 7 and end up in “No Java Runtime Environment (JRE) was found on this system”. Here are the steps:
sudo yum update && sudo yum install -y build-essential libssl-dev uuid-dev libgpgme11-dev squashfs-tools libseccomp-dev wget pkg-config git
wget https://dl.google.com/go/go1.12.7.linux-amd64.tar.gz
tar -C /usr/local -zxvf go1.12.7.linux-amd64.tar.gz
export PATH=$PATH:/usr/local/go/bin
source ~/.bashrc
git clone https://github.com/sylabs/singularity.git
cd singularity
yum install openssl-devel -y
yum install libuuid-devel -y
./mconfig
cd /root/singularity/builddir
make
make install
export PATH=$PATH:/root/singularity/builddir
export PATH=$PATH:/usr/local/bin
source ~/.bashrc
singularity help
cd
wget https://github.com/kaczmarj/neurodocker/files/3462171/singularity_recipe_neuro.txt
singularity build neurosing.sif singularity_recipe_neuro.txt
Here is the error
Issue Analytics
- State:
- Created 4 years ago
- Comments:17 (2 by maintainers)
Top Results From Across the Web
No Java Runtime Environment (JRE) was found on the system.
Details · Resolution: 1). Make sure that you are using a JRE from Oracle. Since RV 8.0, a minimum Java version of 1.5.0...
Read more >A Installing the Java Runtime Environment (JRE)
In many cases, this environment already exists because it was installed when the system was configured or when another program was installed. If...
Read more >Java Runtime Environment not found Fix - YouTube
Thank You Everyone So Much For Watch My Video On " Java Runtime Environment not found Fix | How to install Java JRE...
Read more >3 Quick Ways to Fix Java Runtime Environment not Found
If you see the Java Runtime not found error, it means that you have an older version installed. This article will guide you...
Read more >How to Fix "Java Runtime Environment not found" error ...
In this post, we will solve the "Java Runtime Environment not found error". This java error is one of the common errors faced...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
@zswgzx - the new versions are listed in #319
For the JRE issue, this is due to the old R2010a MATLAB Runtime. There are some other compiled versions of SPM12 with more recent runtimes in the dev folder, I will try to document this soon and make it more official.
For the moment, there is a version of SPM12 r7771 with R2019b that we use in SPM’s own Dockerfile. I don’t think all of the various options are yet directly available in neurodocker (see #394), could you edit the links in the Dockerfile created by neurodocker in the meantime?