webmasterbeta
New Member
Hi,prior to JDK1.2 the rmic compiler has generated stubs and skeletons filesthat were both used to invoke the remotemethod and to tranfer the parameters. Since JDK1.2 the skeleton file is notused anymore and the stubimplementation has changed significantly. I would like to run RMI with jdk1.2or 1.3 but I need the OLD RMI behaviorfrom 1.1. Especially I need both stubs and skeletons involved in the communicationfor tracing purpose. I know thatrmic can still generate the old stubs & skeletons for use with JDK 1.1 butI would need them running with Java 2.Has anybody an idea if this is possible?Klaus