Tag: java

October 19, 2010 / / technology

When you want to compile your source code – Java in this case – on multiple machines, you might get into troubles when special characters are coming in. I mean,…

February 22, 2010 / / technology

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,…