lundi 16 avril 2018

Test to prevent java.lang.NoClassDefFoundError

I've just fixed a java.lang.NoClassDefFoundError at server boot time in my Scala code caused by incompatible libraries. Is there a way to write a test to exclude such errors by, e.g., forcing all classes in the class path to load?

Aucun commentaire:

Enregistrer un commentaire