偶在安装RIO,在到了最后一步运行rio viewer的时候,出现了如下的错误:
Exception in thread "main" java.lang.NoClassDefFoundError:Files\jini2_1\lib\jsk-platform/jar;
所以rio viewer就启动不起来了,请高手指教如何解决,非常感谢!!!

解决方案 »

  1.   

    很可能是jar包的冲突问题,而引起的
      

  2.   

    Class NoClassDefFoundError
    java.lang.Object
      java.lang.Throwable
          java.lang.Error
              java.lang.LinkageError
                  java.lang.NoClassDefFoundError
    All Implemented Interfaces: 
    Serializable --------------------------------------------------------------------------------public class NoClassDefFoundError
    extends LinkageError
    Thrown if the Java Virtual Machine or a ClassLoader instance tries to load in the definition of a class (as part of a normal method call or as part of creating a new instance using the new expression) and no definition of the class could be found. The searched-for class definition existed when the currently executing class was compiled, but the definition can no longer be found. Since: 
    JDK1.0 
    See Also:
    Serialized Form
      

  3.   

    http://java.sun.com/j2se/1.4.2/docs/api/java/lang/NoClassDefFoundError.html
      

  4.   

    Files\jini2_1\lib\jsk-platform.jar没有找到,你看看是否有这个jar,是否没有设置进classpath