• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

problem while running RMI program

 
Ranch Hand
Posts: 42
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
i am following all the steps to run my rmi program but putput is not coming.please help............
i have created the following programs........
1. interface exntending Remote (interface name is...AddIntf)
2. class implmenting the above interfaceand extending UniCastRemoteObject(class name is.....Add)

3.a register class (class name is........ Reg)
4.a client program......(class name is...........Client)
then
i have compiled all the above programs..........
then the class that i have developed in step 2 i have done
rmic Add
then a have started the rmiregistry...........
but not showing the output.............
please help me............
 
Bartender
Posts: 1638
IntelliJ IDE MySQL Database Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
In your message i can see the last statement as

have started the rmiregistry

.
Did you run the register and client classes!!!
If yes, then what is the output that you are expecting and is not coming?
Is there any exception?
 
reply
    Bookmark Topic Watch Topic
  • New Topic