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 Chris Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Compiling and Running the RMI, in JBuilder

Status
Not open for further replies.

gman13

Programmer
Oct 9, 2001
10
US
I am having some trouble getting my first RMI client side up and running. It compiles in JBuilder but when I go to run it, nothing happens. I need to get the classpaths so I can create the *.batt file. I am new to the RMI and am having difficulty working running it. Any help would be greatly appreciated.

G
 
Never done RMI in JBuilder, but when running it from a console, you need to do three things -

start the
Code:
rmiregistry
start the server
start the client

all in different console windows (if testing on one machine)

Also are the stub and skeleton classes made (via the
Code:
rmic
compiler ?

Have you done this (or JBuilder similar) ?

Ben
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top