CLASSPATH JAVA RMI problem

Hi! I wrote my first piece of code in Java and was able to convert it into byte-code using "rmic" easily. But when I try to run the program it give some error class HelloServerImpl not found. then i use a diffrend comman, i try use rmic -classpath HelloServerImpl. and it's works, thats command make some stub and skleton class.

But when I try to run the program ( HelloServerImpl )it give some error. i used a clasic simple program HelloWord in http://www.universalteacherpublications.com/java/rmi/index.htm

help me please

[543 byte] By [m3nto5a] at [2007-11-27 5:45:42]
# 1
hiafter creating stub and skel file..u have to register ur HelloServerImpl into rmi registryusing rmiregistry command.for ex:javac *.javarmic HelloServerImplrmiregistryjava HelloServerImpljava clientfile
drvijayy2k2a at 2007-7-12 15:27:41 > top of Java-index,Java Essentials,New To Java...
# 2
> it give some errorYou'll have to do better than that if you're ever going to identify the error, let alone get anybody else to do it for you. What error?
ejpa at 2007-7-12 15:27:41 > top of Java-index,Java Essentials,New To Java...