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

Popular posts from this blog

javascript - Create a stacked percentage column -

vue.js - Create hooks for automated testing -

Optimising Firebase database by automatically overwriting data -