I want to create a Java Desktop application and want to use some kind of mechanism to protect my software from illegal copying. What is the general best approach for implementing serial number and activation protection for a Java application? If the user can correctly activate the software, where to store activation information?
Thanks.
java
zsong
source share