PharmGKB / PharmCAT

The Pharmacogenomic Clinical Annotation Tool
Mozilla Public License 2.0
120 stars 39 forks source link

LinkageError? #82

Closed joseph-yclam closed 2 years ago

joseph-yclam commented 2 years ago
whaleyr commented 2 years ago

You're trying to run PharmCAT using Java 11 when it needs Java 14 or newer.

Specifically, when it says:

PharmCAT 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

Class file version 58.0 means Java 14 and class file version 55.0 means Java 11. You need to check your environment to make sure you have your java versions installed and linked properly.

Make sure your linux environment has the proper JRE installed. You may need to talk to the sysadmin to request an updated version of the JRE if it's not already installed. If you have access to docker on the system that's also a good tool to ensure you're running a known-good configuration.