drivenbyentropy / aptasuite

A full-featured bioinformatics software collection for the comprehensive analysis of aptamers in HT-SELEX experiments.
https://drivenbyentropy.github.io/
GNU General Public License v3.0
24 stars 11 forks source link

AptaSuite on Java 9 and above #29

Closed drivenbyentropy closed 6 years ago

drivenbyentropy commented 6 years ago

Currently, AptaSuite does not compile nor run on Java 9+ due to the removal of Java EE APIs in the standard classpath. Any issues related to AptaSuite and Java 9 or higher should be reported here.

drivenbyentropy commented 6 years ago

As of v0.7.2, AptaSuite should now be compatible with Java 9.

Future work will be required to make it compatible with higher versions.

drivenbyentropy commented 6 years ago

Spoke too soon.

It appears there are still some issues with Java9 on Mac due to MapDB.

Reopening for now.