You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by Apache Wiki <wi...@apache.org> on 2006/01/04 05:19:09 UTC

[Jakarta-commons Wiki] Update of "Net/FrequentlyAskedQuestions" by SteveCohen

Dear Wiki user,

You have subscribed to a wiki page or wiki category on "Jakarta-commons Wiki" for change notification.

The following page has been changed by SteveCohen:
http://wiki.apache.org/jakarta-commons/Net/FrequentlyAskedQuestions

The comment on the change is:
Add question explaining the oro dependency since we frequently hear about this.

------------------------------------------------------------------------------
  This document attempts to answer some of the more frequently asked questions regarding various aspects of CommonsNet. These questions are typically asked over and over again on the mailing lists, as a courtesy to the developers, we ask that you read this document before posting to the mailing lists.
+ ----
+ '''Q: I see the following exception thrown when calling FTPClient.listFiles()
+ 
+ java.lang.NoClassDefFoundError: org/apache/oro/text/regex/MalformedPatternException.
+ 
+ What is this about?
+ '''
+ 
+ '''A:''' the library jakarta-oro.jar is required to be on your classpath in order to run the all the listFiles() methods and is listed as a dependency of commons-net.
+ Get it from http://jakarta.apache.org/site/downloads/downloads_oro.cgi
  ----
  '''Q: How can I set a connection timeout?'''
  

---------------------------------------------------------------------
To unsubscribe, e-mail: commons-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: commons-dev-help@jakarta.apache.org