java rmi重要吗_java – 在localhost上拒绝RMI连接
我正在尝试学习RMI编码,当我运行RMI的服务器端时,我得到连接拒绝.这是我的服务器主要方法public static void main(String[] args)throws Exception {Implementation impl=new Implementation();Naming.rebind("//localhost:2020/RMI", impl);System.out.pr...