RMI Skeleton not created

Sir,

I am using JDK 1.6,

Whenever I am trying to create a RMI application, with programs R1Server.java, R1Client.Java and RMInterface.java they are compiling correctly.

If I comile using rmic it only createds R1Server_Stub.class and not creating the skeleton file.

Could you please help me to create a Skeleton.

Urgent

John Justus.

[376 byte] By [johnjustusa] at [2007-11-26 22:41:12]
# 1
You haven't needed a skeleton since about 1999 as the documentation for rmic will tell you. It will also tell you how to generate one given the .00001% chance that you really do need one.
ejpa at 2007-7-10 11:55:55 > top of Java-index,Java Essentials,Java Programming...