Trinity and Java

Hi everyone, I am trying to use trinity via a slurm server. trinity requires java 1.8 but the server has have 1.7. I downloaded the idk 1.8 package but it isn’t working. can anyone help?
Thanks,
S

1 Like

dear selmanurkeskin.

Thanks for posting.
The reason why it doesn’t work even if Idk1.8 is installed is because the setting of Java1.7 that was installed before remains.

Check your system shell environment variables.
If you were in bash, it would look like this:

JHOME=/usr/lib/jvm/java-1.8.0-openjdk-amd64
JAVA_HOME=${JHOME}/bin/java
PATH=${JHOME}/bin:$PATH
export JAVA_HOME PATH

Regards, you.
ktsh.tanaka.2020

1 Like

Thank you so much Ktsh.

1 Like