rdk / p2rank

P2Rank: Protein-ligand binding site prediction tool based on machine learning. Stand-alone command line program / Java library for predicting ligand binding pockets from protein structure.

Home Page:https://rdk.github.io/p2rank/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Java options unrecognized by OpenJDK 15

davidhoksza opened this issue · comments

When trying to run the P2Rank with OpenJDK 15, I am getting

Unrecognized VM option 'CMSClassUnloadingEnabled'
Error: Could not create the Java Virtual Machine.
Error: A fatal exception has occurred. Program will exit. 

The same with the second option (UseConcMarkSweepGC) when I remove CMSClassUnloadingEnabled. When I remove both prank predict -f test_data/1fbl.pdb runs just fine.

commented

Fixed on develop by removing the options. They are relevant only for Java 8 and not really necessary.