[Lotus][Domino Driver for JDBC] Cannot locate registry key

hi all,

i m trying to connect with .nsf file using java

when trying to connect it gives error

ClassDefNot Found

i set the classpath then i got the error something like this

java.sql.SQLException: [Lotus][Domino Driver for JDBC] Cannot locate registry ke

y "SOFTWARE\Lotus\Notes\4.0" or "SOFTWARE\Lotus\Notes\5.0" in HKEY_LOCAL_MACHINE

at lotus.jdbc.domino.DominoConnectCLI.getODBCException(DominoConnectCLI.

java)

at lotus.jdbc.domino.DominoConnectCLI.createConnectHandle(DominoConnectC

LI.java)

at lotus.jdbc.domino.DominoConnection.<init>(DominoConnection.java)

at lotus.jdbc.domino.DominoDriver.connect(DominoDriver.java)

at java.sql.DriverManager.getConnection(DriverManager.java:512)

at java.sql.DriverManager.getConnection(DriverManager.java:193)

at Domin.main(Domin.java:21)

please help me its urgent

thanx in advance

[949 byte] By [rajeshinda] at [2007-11-27 1:49:52]
# 1
Evidently you need to install the Lotus Notes client.
dcmintera at 2007-7-12 1:15:46 > top of Java-index,Database Connectivity,Java Database Connectivity (JDBC)...
# 2

thanx for reply

after a long time i came back to same issue

i was busy in some other work!

i had install lotus notes client

but

when i m trying same code after a long time with same jdk version

n all the settings are same

it is giving an error

"could not found JdbcDomino jar on java.library.path"

i tried with

java -Djava.library.path="c:\jdk\lib\JdbcDomino.jar" <filename>

but not works

please tell why this is happening

thanx

rajeshsa at 2007-7-12 1:15:46 > top of Java-index,Database Connectivity,Java Database Connectivity (JDBC)...