java.lang.UnsupportedClassVersionError
1
0
Entering edit mode
8 months ago

Hi

I run this command and see error

java -jar gatk-package-4.6.1.0-local.jar SamSort -I fatherResult.bam -O fatherResultSorted.bam -SO coordinate

Error:

LinkageError occurred while loading main class org.broadinstitute.hellbender.Main
        java.lang.UnsupportedClassVersionError: org/broadinstitute/hellbender/Main has been compiled by a more recent version of the Java Runtime (class file version 61.0), this version of the Java Runtime only recognizes class file versions up to 55.0
java picard gatk • 683 views
ADD COMMENT
3
Entering edit mode
8 months ago

The message is quite clear, the verion of java you're using is just too old. https://stackoverflow.com/a/47457251/58082

ADD COMMENT

Login before adding your answer.

Traffic: 2706 users visited in the last hour
Help About
FAQ
Access RSS
API
Stats

Use of this site constitutes acceptance of our User Agreement and Privacy Policy.

Powered by the version 2.3.6