RMI ClassNotFoundException
问题 I have problem with rmiregistry. I'm getting below error: Cannot bind to URL [rmi://........]: javax.naming.NamingException [Root exception is java.rmi.UnexpectedException: undeclared checked exception; nested exception is: java.lang.ClassNotFoundException: Could not find class (javax.management.remote.rmi.RMIServerImpl_Stub) at codebase ()] I checked, class exist in the classpath. I used java 1.6 on linux. I started rmiregistry 6667 . Has anyone met with this error? 回答1: class exist in the