| Author |
searching program in LDAP
|
Babu Singh
Ranch Hand
Joined: Aug 17, 2009
Posts: 68
|
|
i am making a program with LDAP to search the name.
but i am facing exception.
javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file Here:
please suggest how i resolve this issue. or any other searching program in LDAP
|
 |
Peter Taucher
Ranch Hand
Joined: Nov 18, 2006
Posts: 174
|
|
|
I'm not an expert, but I think that you should provide an URL as first parameter for the search() method (or use an InitialContextFactoryBuilder).
|
Censorship is the younger of two shameful sisters, the older one bears the name inquisition.
-- Johann Nepomuk Nestroy
|
 |
 |
|
|
subject: searching program in LDAP
|
|
|