RMI skeleton problem

Hello,i am using Windows XP on which i have installed jdk1.5, and set the the path to directory.My problem is when i am trying to use the rmic , it can generate the stub but not the skeleton. Can someone have an idea about the problem.Thanks
[276 byte] By [bezgodoa] at [2007-11-26 18:18:50]
# 1
skeleton is no longer necessary. (and hasn't been for many releases)With 1.5 you don't even need to use rmic as long as your clients are also 1.5.
cooper6a at 2007-7-9 5:52:27 > top of Java-index,Core,Core APIs...
# 2
please so what do you do if you running jdk1.5Thanks
bezgodoa at 2007-7-9 5:52:27 > top of Java-index,Core,Core APIs...
# 3
Since you ran rmic and got the stub, there is nothing further for you to do. Just run your application.Look in the documentation for RMI for the getting started using RMI:/docs/guide/rmi/hello\hello-world.html
cooper6a at 2007-7-9 5:52:27 > top of Java-index,Core,Core APIs...