Tag: java

19 oktober 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, when you just type plain English, nothi…

22 februari 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.