Apparently, Eclipse can’t find a class from within said class. Here is my error (for some reason, Stack Overflow doesn’t like the formatting on here): http://paste.ubuntu.com/686811/
Here is my main method: http://paste.ubuntu.com/686812/
It was fine for a long time, but all of a sudden, it broke.
Maybe you have the EscapeComponent lib in your build path you don’t export it in runtime.
Go to project properties, “Java Build Path” option, “Order and Export” tab and make sure that the lib that holds EscapeComponent is selected.
Otherwise it won’t be available in runtime and so NoClassFoundException happens.