You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello,
I have trouble installing BEAGLE. I work on Linux, Ubuntu 20 and apparently java9 is not compatible.
I followed the instructions to install on Linux and when I run: ./configure --prefix=$HOME
I get an error at: checking if javac works... configure: error: The Java compiler javac failed (see config.log, check the CLASSPATH?)
I have java11 install: $ java --version
openjdk 11.0.9.1 2020-11-04
OpenJDK Runtime Environment (build 11.0.9.1+1-Ubuntu-0ubuntu1.20.04)
OpenJDK 64-Bit Server VM (build 11.0.9.1+1-Ubuntu-0ubuntu1.20.04, mixed mode, sharing)
Is there a way to install BEAGLE without java9?
The text was updated successfully, but these errors were encountered:
Hello,
I have trouble installing BEAGLE. I work on Linux, Ubuntu 20 and apparently java9 is not compatible.
I followed the instructions to install on Linux and when I run:
./configure --prefix=$HOME
I get an error at:
checking if javac works... configure: error: The Java compiler javac failed (see config.log, check the CLASSPATH?)
I have java11 install:
$ java --version
openjdk 11.0.9.1 2020-11-04
OpenJDK Runtime Environment (build 11.0.9.1+1-Ubuntu-0ubuntu1.20.04)
OpenJDK 64-Bit Server VM (build 11.0.9.1+1-Ubuntu-0ubuntu1.20.04, mixed mode, sharing)
Is there a way to install BEAGLE without java9?
The text was updated successfully, but these errors were encountered: