Waikato / meka

Multi-label classifiers and evaluation procedures using the Weka machine learning framework.
http://waikato.github.io/meka/
GNU General Public License v3.0
200 stars 76 forks source link

could not initialize the generic properties creator #44

Closed lpschaub closed 6 years ago

lpschaub commented 6 years ago

When I lauch run.bat, this is the message error : could not initialize the generic properties creator java.lang.ClassCastException: java.base/jdk.internal.loader.ClassLoaders$AppClassLoader cannot be cast to java.base/java.net.URLClassLoader

Could someone help/explain ? Thanks

fracpete commented 6 years ago

I presume you're using Java 9? Meka doesn't work yet with Java 9. Use Java 8 instead.

lpschaub commented 6 years ago

OKay thank you for your answer

lpschaub commented 6 years ago

And Will it be a meka update to be compatible with java 9 ?

fracpete commented 6 years ago

At some stage. No definitive date.

fracpete commented 6 years ago

Release 1.9.2 works with Java 9 and 10.