Results 1 to 8 of 8
- 07-26-2010, 03:27 AM #1
Member
- Join Date
- Jul 2010
- Posts
- 1
- Rep Power
- 0
Are there any cost-efficient Java Application license protection solutions?
Hi all,
Now we have developed an Eclipse RCP product, what we need is a cost-efficient Java Application license protection solution. Ideally, this solution should be easy to integrate into Java application, and be able to support:
1. create trials, rentals, and pay-per-use applications
2. software activation via phone, fax, email, or the internet
3. Extend a trial, rental or lease for an additional period of time
4. Disable fraudulent purchases
5. Allow partial access
6. Multi-user mode support through a solo server
7. Modify the number of allowed network workstations
I found some commercial Java supported softwares like jProductive, Agilis. The problem is that they are not so cost-efficient for us at the present stage.
Actually, I also found some low cost softwares, which are very closed to our requirements, but they are based on C++, eg: Protection PLUS(Protection PLUS | SoftwareKey), the functions of which are just what we need. I believe some one here may have such experience before, could you please give me some suggestions about this? Any comments will be appreciated.
Regards,
---------------
Li
- 07-30-2010, 12:51 PM #2
Senior Member
- Join Date
- Jan 2009
- Posts
- 671
- Rep Power
- 5
If Protection PLUS | SoftwareKey is the solution you really want, why not write a c++ stub for licensing purposes? That wouldn't be much of an undertaking.
-
- 07-30-2010, 02:49 PM #4
Senior Member
- Join Date
- Jan 2009
- Posts
- 671
- Rep Power
- 5
A stub in this sense, would be a bit of c++ code whose only purpose is to interface to the licensing API. With a few JNI methods, you could validate the license through that dedicated bit of c++, or if you don't want to mess with JNI, you could exec it as a subprocess and accomplish the same communication via stdin/stdout.
-
Thanks for the helpful reply!
- 08-02-2010, 10:57 AM #6
Moderator
- Join Date
- Apr 2009
- Posts
- 10,481
- Rep Power
- 16
Wouldn't that be trivial to bypass?
You're essentially calling an external bit of code which I would presume (and my ignorance might be showing here) could be itself stubbed out aren't you?
- 08-11-2010, 06:08 AM #7
Senior Member
- Join Date
- Jan 2009
- Posts
- 671
- Rep Power
- 5
Yes, if you knew the interface, you could replace the stub with something else, but it would require a sophisticated programmer rather than a casual user, and the sophisticated programmers already know how to crack licensing code anyway. The purpose of licensing code is to make it hard to be casually dishonest, which is what the suggested approach would accomplish.
-
Re: Are there any cost-efficient Java Application license protection solutions?
Advertisement removed, old thread locked.
Similar Threads
-
Java application to calculate and display the cost of a number of tickets according
By herberwz in forum New To JavaReplies: 1Last Post: 04-27-2010, 11:29 PM -
[SOLVED] License management for a Standalone java application?
By kzvi.kzvi.1 in forum Advanced JavaReplies: 4Last Post: 04-23-2009, 09:54 PM -
Web protection in java
By sundarjothi in forum Advanced JavaReplies: 1Last Post: 05-13-2008, 06:38 AM -
how it is about license in JAVA
By Matt654 in forum New To JavaReplies: 3Last Post: 01-02-2008, 05:18 AM -
can anyone help me to integrate license manager to a java product
By shwetatalikoti in forum NetBeansReplies: 0Last Post: 10-29-2007, 05:34 AM


LinkBack URL
About LinkBacks


Bookmarks