Using Libraries (Manual Approach)

  • You could copy the code from the open source library into your project
  • You'd have to be careful to separate that source code from yours though
  • This approach lets you tweak the library but that's dangerous
  • If the code is packaged (a JAR file, a DLL), copy that into your project
  • You may not want to have that file in version control

2 / 21