Thursday, August 14, 2008

Java ClassPath Problem

If NoClassDefFoundError occurs when we execute a class, it might be a classpath error.

It can be solved by placing .; before each path

where '.' refers that classpath is accessible from any folder

No comments:

Post a Comment