Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Java licensing API [closed]

I just came across TrueLicense Project API for licensing Java projects. I want to know are there any other similar APIs available? Please suggest me some.

Also I am not familiar with the process of generating the keystore which is needed for this. Can anyone guide me about the process of generating .store file which is used in this API?

Thanks.

like image 396
Vishal Avatar asked Nov 15 '22 07:11

Vishal


1 Answers

Following is the link where steps are provided to generate provate and public key stores using java keytool. http://technologytriumph.blogspot.in/2012/10/steps-to-generate-public-priavet-key.html

Truelicense is a good option as per my view.

like image 122
Niraj Chapla Avatar answered Nov 17 '22 06:11

Niraj Chapla