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

service - Android MediaPlayer calls onCompletion before it already finished -

javascript - Training Neural Network to play flappy bird with genetic algorithm - Why can't it learn? -

javascript - Create a stacked percentage column -