I was trying to find a way to do some string manipulation and ran across the Commons Lang in a response to another question posted here on stackoverflow. From what I can tell it's a collection of libraries, do I have to download and somehow import this to eclipse?
Asked
Active
Viewed 379 times
2 Answers
1
Commons Lang as you put it is just a general purpose common library that provides a number of useful features.
To use it you need to download the JAR and add it to the Java Build path in Eclipse. See:

Jonathan Holloway
- 62,090
- 32
- 125
- 150
1
Commons Lang is a library from Apache that you can download and include in your project like any other 3rd party jar.

Bill the Lizard
- 398,270
- 210
- 566
- 880