1

I have created some code in java and need to deliver this to other stack holders, can somebody suggest that how can I protect my code so that no one can reuse my proprietary code.

Tried with jar/ war file but that can easily be decompiled.

Any suggestion , Pls suggest open source only.

Amit1
  • 55
  • 1
  • 7
  • 3
    You cannot. No amount of obfuscation or encryption will protect your code. The only way to do this in a sensible manner is to run your proprietary code server side and not distribute it. – Boris the Spider Jan 28 '17 at 15:21
  • Possible duplicate of [Do you obfuscate your commercial Java code?](http://stackoverflow.com/questions/12088/do-you-obfuscate-your-commercial-java-code) – byxor Jan 28 '17 at 15:22
  • Thanks I tried obfuscate but any one can decode it – Amit1 Jan 29 '17 at 14:12

0 Answers0