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

