Installation
Add the JARs to your classpath. 
Install the Cryptix provider by running this: 
    java cryptix.provider.Install
For more complete instructions, check out the documentation in the distribution.

解决方案 »

  1.   

    不行的,我试过的。你看:
    1)
    D:\cryptix32\src\cryptix\provider>javac Install.java
    (编译时没错误跳出来)2)
    D:\cryptix32\src\cryptix\provider>3)结果运行就出错了
    D:\cryptix32\src\cryptix\provider>java cryptix.provider.Install
    Exception in thread "main" java.lang.NoClassDefFoundError: cryptix/provider/Install以下是我的环境变量配置:CLASSPATH=D:\j2sdk1.4.0\bin;D:\j2sdk1.4.0\lib;.;D:\cryptix32;JAVA_HOME=D:\j2sdk1.4.0都没有错的吧?
    到底为啥不行呢?