Top "Apache-commons" questions

The Apache Commons project provides reusable, open source Java software components.

Lightweight JDBC helper library alternative to Apache Commons DbUtils

I've just developed my own tiny little JDBC helper library, and I've already realized what a maintenance nightmare it will …

java jdbc apache-commons helper
prunsrv.exe Service not starting up

I am trying to install and start a service with prunsrv.exe for an application I am able to install …

java apache-commons procrun
Compress directory to tar.gz with Commons Compress

I'm running into a problem using the commons compress library to create a tar.gz of a directory. I have …

java compression tar apache-commons apache-commons-compress
Invalid char between encapsulated token and delimiter in Apache Commons CSV library

I am getting the following error while parsing the CSV file using the Apache Commons CSV library. Exception in thread "…

java apache-commons apache-commons-csv
Problems deleting a file with Java (apache commons io)

I am calling a C++ Method via JNI which creates two files. A text log file and a pdf file …

java io apache-commons apache-commons-io
Does Apache Commons HttpClient support GZIP?

Does the library Apache Commons HttpClient support Gzip? We wanted to use enable gzip compression on our Apache server to …

java gzip apache-commons apache-httpclient-4.x apache-commons-httpclient
FTPSClient returns MalformedServerReplyException: cannot parse response code

I have an SFTP connection set up. I used WinCSP and Filezilla and the test server is working no problem. …

java apache-commons ftps
What are the big improvements between guava and apache equivalent libraries?

We currently use apache collections, string utils, etc. I need to decide if we should switch from the apache foundations …

java apache-commons guava
How can I sort a List of Pair<String,Integer>?

I have a list of commmons Pair that stores words and their frequency like the following private List<Pair&…

java apache-commons
servlet file upload filename encoding

I am using the Apache Commons Fileupload tools for standard file upload. My problem is that I cannot get the …

java servlets file-upload character-encoding apache-commons