hwlm H

Greenhorn
+ Follow
since Jul 28, 2002
Merit badge: grant badges
For More
Cows and Likes
Cows
Total received
0
In last 30 days
0
Total given
0
Likes
Total received
0
Received in last 30 days
0
Total given
0
Given in last 30 days
0
Forums and Threads
Scavenger Hunt
expand Ranch Hand Scavenger Hunt
expand Greenhorn Scavenger Hunt

Recent posts by hwlm H

hi,Mark:
pls help me!!!
i have a DataAccess which is the remote interface contains all public mothods of Data ,
i use RemoteDataImpl implements the interface
and extends UnicastRemoteObject , so RemoteDataImpl is the remote object. On the server side , I have a class named RemoteDataFactory.I
bind the factory to the registry and have that factory issue unique connection objects--RemoteDataImpl,but the error occour: because the RemoteDataFactory also extends UnicastRemoteObject and not implement remote interface, when i use "rmic",
the errer is "java.rmi.server.RemoteServer is not a valid remote implementation: has no
remote interfaces", so i can not get the stub for RemoteDataFactory!!!
pls help me ,thanks.