Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

java security

 
Ranch Hand
Posts: 62
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Report post to moderator
Hi i am currently working on java security appication.
Customer key will be generated when the Setup program is run on the Customer side.
The key will be generated from the MAC Address of the Network Card.
When Customer Key is provide we will generated Product key.
now i want help that how we allow for licenses to be generated for a set period of time in same code???

i done code for java security licence.actully i created one program through which we can create one file
called licence.obj, which contains current system date.i want to call this program at time of installation.
and i also created one code that check whenever application runs,it will compare and check this licence file date.
if number of days more than 30 program shows mssage"Please Registor application".
and if number of days less than 30 appliction will forward.
can you please tell me how i call this code from my security appication???
 
Rancher
Posts: 43081
77
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Report post to moderator
This sounds like the same question you asked over here. Let's continue the discussion in that thread.
    Bookmark Topic Watch Topic
  • New Topic