Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Jini and RMI problem: Class is not a valid remote interface

Status
Not open for further replies.

gonx

Programmer
Mar 8, 2003
2
0
0
PH
I've been having problems compiling stubs i need to run an example in Jini here is the problem displayed by the rmic compiler:

EXPERIMENTS.ch9.JINIConnecterImpl is not a valid remote interface: method java.lang.Integer getMBeanCount() must throw java.rmi.Exception

EXPERIMENTS.ch9.JINIConnecterImpl is not a valid remote interface: method javax.management.ObjectInstance createMBean() must throw java.rmi.Exception
 
Have you tried incax?

go to their web site. they have an IDE which allows you to see what's happening.

 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top