Java Licensing API

I just stumbled upon the TrueLicense Project API for licensing Java projects. I want to know if there are other similar APIs? Please suggest me some.

Also, I am not familiar with the process of creating a keystore, which is necessary for this. Can someone explain to me the process of creating the .store file that is used in this API?

Thank.

+5
source share
2 answers

Below is a link that provides steps for creating repositories with verification and public keys using java keytool. http://technologytriumph.blogspot.in/2012/10/steps-to-generate-public-priavet-key.html

Truelicense is a good option in my opinion.

+1
source

I just tried jLicense and it worked for me. I tested the GUI that creates the license keys, and then ran a test to verify the license.

http://freecode.com/projects/jlicense

http://www.websina.com/products/jlicense.html

0
source

All Articles