Possible Duplicate:
How to create a trial version of a Java program
I have created a java application. I need to give that application as trial version for 15 days.
How to write code to make my software as trial version, which follows the condition:
1. If user changes the date or not, it should work only for 15 days.
Please require some ideas to implement in java for Windows currently.