Hello,
I am sorry to bring this subject again (lots of people have asked the same thing but I was not able to solve my problem through those threads).
I have this problem with Sun's example. (from API reference)
1- I have compiled
java implementaion and interface files ( javac Hello.java HelloImpl.java )
2- I have run rmic ( rmic HelloImpl ) and I have my stub and skeleton class files
3- The directory which contains all these files is on my CLASSPATH.
4- I have granted all permissions in my .java.policy
5- I have all 4 files in my directory
6- I have run rmiregistry.exe and it run without any message
Yet I get below error.
I have the same problem with RMI example from the book "Java2 Enterprise Edition 1.4 Bible".
I really appereciate your help.
Regards,
Mac
ProgrammerNet.org