Eclipse RCP, RMI and Bundles
问题 I'm trying to combine Eclipse RCP with RMI. For that purpose I created six bundles: (In parenthesis are dependencies) Core: Interfaces for client and server Server(Core): Server implementation and Registry start class ServerApp(Server): GUI client which basically just instantiates the registry starter (and starts it on Activation) Client(Core): Client implementation ClientApp(Client): GUI client Now I started the serverapp, but I got a Caused by: java.lang.ClassNotFoundException: core.rmi