can you post the FULL text of the error message? it should tell you WHAT class it can't find. This is probably a classpath issue, but how to resolve it may depend on what class you can't find, where it is, and where you are running
java from...
There are only two hard things in computer science: cache invalidation, naming things, and off-by-one errors