IntelliJ Java IDE
The moose likes Distributed Java and the fly likes rmic Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login
JavaRanch » Java Forums » Java » Distributed Java
Reply Bookmark "rmic" Watch "rmic" New topic
Author

rmic

syam
Greenhorn

Joined: May 06, 2001
Posts: 10
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
is the class file in the classpath of rmic?
it sounds like it is not
Shafeeq Ahamed
Greenhorn

Joined: Jun 11, 2001
Posts: 5
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
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).]
 
 
subject: rmic
 
Threads others viewed
Creepy classpath?
Why rmic does not compile the remote interface implementing?
compilation
Error while migrating
ant rmic task, and running out of stack space
jQuery in Action, 2nd edition