H
Hugo
Hello,
I have a big problem.
My program sets a property using System.setProperty(). The purpose of
this property is for secured LDAP connection. Everything works fine
until I decide to change the same property. I chanage it (and by
invoking System.getproperty() I check that it is properly changed) but
the system still behaves with the old value ...
I don't understand, is it possible to set the vlaue of a property only
one time in a program ?
Thanks for your kind assistance.
Hugo
I have a big problem.
My program sets a property using System.setProperty(). The purpose of
this property is for secured LDAP connection. Everything works fine
until I decide to change the same property. I chanage it (and by
invoking System.getproperty() I check that it is properly changed) but
the system still behaves with the old value ...
I don't understand, is it possible to set the vlaue of a property only
one time in a program ?
Thanks for your kind assistance.
Hugo