ctSkennerton / minced

Mining CRISPRs in Environmental Datasets
GNU General Public License v3.0
99 stars 17 forks source link

Can you compile the jar with -target 1.7 or whatever? #18

Closed tseemann closed 6 years ago

tseemann commented 6 years ago

Packaging is causing problems, as you compiled for a modern Java.

Error: A JNI error has occurred, please check your installation and try again
Exception in thread "main" java.lang.UnsupportedClassVersionError: minced has been compiled by a more recent version of the Java Runtime (class file version 53.0), this version of the Java Runtime only recognizes class file versions up to 52.0
    at java.lang.ClassLoader.defineClass1(Native Method)

Last time you backward compatibled it?

I'm trying javac -source 1.7 in brew. https://github.com/brewsci/homebrew-bio/pull/170

ctSkennerton commented 6 years ago

I've uploaded a version of the jar compiled with 1.6. See if that works

tseemann commented 6 years ago

It did.