Truelicense Java preferences store other than registry -


for managing license in java application, want use truelicense.

truelicense using java preferences store license keys , java preferences on windows os getting stored in registry under user root or system root.

but requirement different. want install application in usb storage , want allow application access usb device (from machine). so, can't use registry store license key.

is there other way store java preferences file based or other. , secure way.

is truelicense supports storage other preferences?

by default java preferences getting stored in registry on windows platform. alternative of registry story preferences in file.

file based preferences can used truelicense. following link showing how implement file based java preferences.

http://www.davidc.net/programming/java/java-preferences-using-file-backing-store

hope, useful in case.


Comments

Popular posts from this blog

c++ - CryptStringToBinary API behavior -

c++ - Correct method for redrawing a layered window -

java.util.scanner - How to read and add only numbers to array from a text file -