i compiled my three files ie. RMISer,RMICli,RMIInt but afterthat when i give rmic RMISer, an error is coming that class RMISer is not found. what should i do? pl help me.
boris abramovich
Greenhorn
Joined: Apr 20, 2001
Posts: 6
posted
0
is the class file in the classpath of rmic? it sounds like it is not
Shafeeq Ahamed
Greenhorn
Joined: Jun 11, 2001
Posts: 5
posted
0
so where is the Implementation class ? and did u set the class path for implementation class ?
S H A F E E Q
Steven Leow
Greenhorn
Joined: Jun 19, 2001
Posts: 6
posted
0
Well, i think you did not set your classpath... You can try : => rmic -classpath your_path_here RMISer
[This message has been edited by Steven Leow (edited June 19, 2001).]