hi, im building an application with servlets and jsp.. i need to have access to a database that is on my client computer (on the computer that opens the browser), the only way i found to do it, is using rmi.. but then the client needs to have the RMI server running.. is there a way to install RMI as a server, without having to install all the JSDK??
to run rmi i use:
in my command window..
i wouldnt like to install the JSDK in all my client computers, so ill be very thankfull if somebody knows a way to avoid it..
thank you very very much
Eli
to run rmi i use:
Code:
java RmiJdbc.RJJdbcServer sun.jdbc.odbc.JdbcOdbcDriver
in my command window..
i wouldnt like to install the JSDK in all my client computers, so ill be very thankfull if somebody knows a way to avoid it..
thank you very very much
Eli