This page contains an archived post to the Java Answers Forum made prior to February 25, 2002.
If you wish to participate in discussions, please visit the new
Artima Forums.
Message:
RMI
Posted by Makarand Parab on January 24, 2002 at 7:15 AM
hi all i have been working on rmi application. The class with interface implementation has a method which connects to database fires a query and puts data into vector. My client invokes this remote method which returns vector object. Now my problem is After creating interface,interface implementation class file [xx.java] and Server class 1. Complile all *.java -- works fine. 2. rmic java -- work fine. 3. Start rmiregistry -- work fine 4. start server - work fine 5. Now when i run my client -- i get a error stating Database Driver [Using jdbdodbc driver]not found. I am not getting what the problem is. Can anyone help Thz in advance
Replies:
|