The setup folder has the .exe, jar file, libraries and the structure of the database to install on the sql management server. dilemma is I don't want them to copy the setup file and give it to other people.
Asked
Active
Viewed 43 times
0
-
If they really wanted your application setup, they could still attempt to decompile the Java code – OneCricketeer Jan 05 '21 at 20:44
-
Always search Stack Overflow thoroughly before posting. – Basil Bourque Jan 05 '21 at 21:22
1 Answers
0
It seems that you have just a few customers? The easiest way would be a personalised license file where the name of the license holder is displayed, e.g. when starting the application.
If you sign (e.g. gpg or x.509) the certificate you can prevent usage without license.

Jens
- 570
- 3
- 11
-
how can I do that, sorry this is my first app to develop. My app is totally offline tho it only uses a database connection which is also offline – youssef_tawfik11 Jan 06 '21 at 01:54