Allow a string as a key with more than MaxLength in java.util.Preferences -
in process of saving registry, trying utilize java.util.prefs.preferences.put(key,value).
but, per limitation not accepting if key more 80 (max_length) characters.
how overwrite behaviour?
any insight
Comments
Post a Comment