gorpipe / gor

GORpipe is a tool based on a genomic ordered relational architecture and allows analysis of large sets of genomic and phenotypic tabular data using declarative query language, in a parallel execution engine.
GNU Affero General Public License v3.0
39 stars 13 forks source link

gorpipe java version error #11

Closed allteaser closed 3 years ago

allteaser commented 3 years ago

When I run gor-scripts-3.0.0/bin/gorpipe, I am getting the following error:

Exception in thread "main" java.lang.UnsupportedClassVersionError: org/gorpipe/exceptions/GorException has been compiled by a more recent version of the Java Runtime (class file version 58.0), this version of the Java Runtime only recognizes class file versions up to 55.0

My Java version is: openjdk version "14.0.1" 2020-04-14

allteaser commented 3 years ago

solved the problem