How do I compile a Java application that uses Apache Commons IO at the command line

Posted by typoknig on Stack Overflow See other posts from Stack Overflow or by typoknig
Published on 2010-03-12T11:01:08Z Indexed on 2010/03/12 11:07 UTC
Read the original article Hit count: 412

Hi all, I made an application in NetBeans and I used the Apache Commons IO jar file. The application works fine in NetBeans, but I want to be able to compile it from the command line. The Apache Commons IO jar is with my *.java files but I get a commpiler error that says package org.apache.commons.io does not exist.

© Stack Overflow or respective owner

Related posts about apache-commons

Related posts about java