nextflow-io / nextflow

A DSL for data-driven computational pipelines
http://nextflow.io
Apache License 2.0
2.61k stars 606 forks source link

Upgrade Nextflow to work with Java 22 #5012

Closed bounlu closed 1 month ago

bounlu commented 1 month ago

Nextflow does not work with the latest version of Java (22):

ERROR: Cannot find Java or it's a wrong version -- please make sure that Java 8 or later (up to 21) is installed
NOTE: Nextflow is trying to use the Java VM defined by the following environment variables:
 JAVA_CMD: /opt/anaconda3/envs/samtools/bin/java
 JAVA_HOME: 

Please fix it.

bentsherman commented 1 month ago

Will be fixed by #4970