开发者

What is the Commons Lang and how do I use it? (Java)

开发者 https://www.devze.com 2023-01-24 05:52 出处:网络
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 libr

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 im开发者_如何学运维port this to eclipse?


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:

http://www.informit.com/articles/article.aspx?p=367962


Commons Lang is a library from Apache that you can download and include in your project like any other 3rd party jar.

0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号