It looks like the class Test is in the package example25.
What
you should do is put the base directory of the package in the classpath, and specify the fully-qualified name of the class. For example, if C:\jibx\tutorial is the base directory, try a command like this:
java -cp C:\jibx\tutorial example25.Test