java.lang.NoClassDefFoundError and the bootstrap classloader
Tuesday, May 26th, 2009Seasoned java developers know that the infamous java.lang.NoClassDefFoundError you can get at runtime might be due to a lot of different issues, the most trivial being libraries missing in classpath. Of course tracking down the real problem might result quite more complex when multiple classloaders are involed. Things get even more ...