Java RMI ServerException - java.lang.ClassNotFoundException: org.prog.rmi.RmiServer_Stub

前端 未结 2 696
别跟我提以往
别跟我提以往 2021-01-28 11:45

I have inherited some Java RMI client/server code, and while it runs fine on one machine, I haven\'t been able to get it to run in my dev environment.

The problem is whe

2条回答
  •  攒了一身酷
    2021-01-28 12:30

    You haven't regenerated the stub with rmic, or the Registry doesn't have access to it via its classpath.

提交回复
热议问题