| Author |
What is error?
|
kien kun
Greenhorn
Joined: Feb 15, 2012
Posts: 27
|
|
I had tried to connect mysql with rmi.But has a exception?
What is it?
|
 |
Chris Janicki
Greenhorn
Joined: Aug 30, 2006
Posts: 21
|
|
|
You need to read the exception. It says the error occurred in your code at line #91 of Client.java. You're doing an RMI lookup() there, and the thing you are looking up is not found. You probably have the wrong name for the remote object. Find out what name the remote object used when it registered itself, and verify that it actually does so.
|
 |
 |
|
|
subject: What is error?
|
|
|