Login  Register

Re: Problem with java during installation

Posted by Riccardo Papini on Nov 30, 2021; 10:12pm
URL: http://astroimagej.170.s1.nabble.com/Problem-with-java-during-installation-tp1688p1689.html

Hi Andrew,

I am a Linux user but I am afraid I do not have the complete answer you are looking for. Here I am sharing my working configuration. I usually run AIJ in my Ubuntu 20.04 and it works fine.

I have checked the java version installed in my OS with the terminal command

pcc@liric:~$ java -version
openjdk version "11.0.11" 2021-04-20
OpenJDK Runtime Environment (build 11.0.11+9-Ubuntu-0ubuntu2.20.04)
OpenJDK 64-Bit Server VM (build 11.0.11+9-Ubuntu-0ubuntu2.20.04, mixed mode, sharing)

I wonder if the different version may be responsible for the error.

By the way, have you checked the library /usr/lib/jvm/java-17-openjdk-amd64/lib/libawt_xawt.so is installed in your system?

Riccardo