Urgent help needed : javax.naming.ldap.LdapReferralException

Hi when trying to connect to a Netscape Directory Server I am getting

" Exception in thread "main" java.lang.NoClassDefFoundError: javax/naming/ldap/LdapReferralException"

I am having jaas.jar,ldap.jar,jndi.jar,providerutil.jar,ldapbp.jar in my classpath setting.

Where can get this javax.naming.ldap.* package?

[351 byte] By [Senthil123] at [2007-9-26 9:08:26]
# 1

To the best of my knowledge, the 'javax.naming.ldap' package is fairly new, and is only included in the most recent distributions of the JNDI API. I know that this package is included with J2SDK 1.3, and I can also confirm that the very latest JNDI distribution (from http://java.sun.com/products/jndi/#download) contains the package.

Good luck,

-Derek

slagdogg at 2007-7-1 20:15:58 > top of Java-index,Core,Core APIs...
# 2
Hi Derek, I have found this package and i have connected to my LDAP server.Thanx for ur help.
Senthil123 at 2007-7-1 20:15:58 > top of Java-index,Core,Core APIs...