Do I have to deliver my utility and helper code to clients?

Posted by deviDave on Programmers See other posts from Programmers or by deviDave
Published on 2012-04-03T08:56:58Z Indexed on 2012/04/03 11:40 UTC
Read the original article Hit count: 267

Over the years I've created a bunch of Java utility and helper libraries which I just attach to new projects. Then, when I deliver code to my clients, I send all the code except for the libraries themselves (not JARs but source code files).

A client complained that he could not compile the project as some libraries were missing. I tried explaining him about my own libraries, but he was not satisfied.

How do you handle such situations? I am still apporting changes to these libraries often and I cannot compile JARs each time I start working on some new project. How to overcome this issue - not to share private libraries (personal intellectual property) and have happy clients?

© Programmers or respective owner

Related posts about java

Related posts about libraries