Search code examples
javaapacheapache-commons

Will Apache Commons work in all servers?


Will the Apache commons files(jar) work in all servers or only in the Apache server?


Solution

  • Apache commons is simply a library of useful java classes. All you need is only the appropriate JRE.