• 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

help me to run RMI??

 
Ranch Hand
Posts: 75
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
i have HelloImpl is the Server main file and
HelloClient is the client main file have there r five java file ... with one interface to server file HelloImpl..
they r not any package ..so i have compile it with javac .. and make a stud with rmic...
now its a time two running the file ...
i have opened command prompt i command rmiregistry..
its doesnt stop ...else press "Ctrl + c"
now i have to open another command promt to run HelloServer..
and anothere for HelloClient... or what should i have to do.. i have learnt must of the link u told about me to rmi.. but they r using it packages its is confusing me ..
or classpath what should be
set classpath=e:/ali/rmi/ here is my rmi file
set classpath=e:/jdk/bin/ here is my jdk

im using first time RMI???
 
"The Hood"
Posts: 8521
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Moving to the RMI forum.
reply
    Bookmark Topic Watch Topic
  • New Topic