ctSkennerton / minced

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

Unsupported major.minor version 52.0 #12

Closed tseemann closed 8 years ago

tseemann commented 8 years ago

I downloaded the 0.2.0 jar and got this error:

 Unsupported major.minor version 52.0

My default is Java 1.7 so I assume this is the problem?

Can backward compatible JAR files be made?

ctSkennerton commented 8 years ago

I've uploaded a new jar file into the release which I hope is properly compiled against java 1.6. Can you test it to make sure it works.

tseemann commented 8 years ago

@ctSkennerton I confirm that the new extra JAR works on Java 1.7 and 1.6 - Thank you!