Just for my own reference. java.lang.ClassNotFoundException is a build error, saying that you’re using a class that doesn’t exist, so the build fails. java.lang.NoClassDefFoundError is a link error at runtime,… Read more…Classes