Thanks for replying - but why does it need to use
oro.jar? especially when the call I made does not
require a regex?
oro.jar is 64Kb. My application is sensitive to
download file sizes. I dont need 64Kb of unneeded
weight!
Is there a solution?
thanks,
Anil

--- Dennis Lundberg <[EMAIL PROTECTED]> wrote:

> Please see:
>   
>
http://wiki.apache.org/jakarta-commons/Net/FrequentlyAskedQuestions
> 
> -- 
> Dennis Lundberg
> 
> Anil Philip wrote:
> > Hello,
> > I am getting this error during a call to 
> > FTPFile[] f = FTPClient.listFiles();
> > Using commons-net-1.4.1
> > 
> >
> ===================================================
> > Exception in thread "main"
> > java.lang.NoClassDefFoundError:
> >
> org/apache/oro/text/regex/MalformedPatternException
> >     at
> >
>
org.apache.commons.net.ftp.parser.DefaultFTPFileEntryParserFactory.createUnixFTPEntryParser(DefaultFTPFileEntryParserFactory.java:169)
> >     at
> >
>
org.apache.commons.net.ftp.parser.DefaultFTPFileEntryParserFactory.createFileEntryParser(DefaultFTPFileEntryParserFactory.java:94)
> >     at
> >
>
org.apache.commons.net.ftp.FTPClient.initiateListParsing(FTPClient.java:2358)
> >     at
> >
>
org.apache.commons.net.ftp.FTPClient.listFiles(FTPClient.java:2141)
> >     at
> >
>
org.apache.commons.net.ftp.FTPClient.listFiles(FTPClient.java:2188)
> >
> ===================================================
> > 
> > Any help appreciated.
> > thanks,
> > anil
> > 
> > 
> > for good news go to
>
http://members.tripod.com/~goodnewsforyou/goodnews.html
> > 
> > __________________________________________________
> > Do You Yahoo!?
> > Tired of spam?  Yahoo! Mail has the best spam
> protection around 
> > http://mail.yahoo.com 
> > 
> >
>
---------------------------------------------------------------------
> > To unsubscribe, e-mail:
> [EMAIL PROTECTED]
> > For additional commands, e-mail:
> [EMAIL PROTECTED]
> > 
> 
> 
> 
>
---------------------------------------------------------------------
> To unsubscribe, e-mail:
> [EMAIL PROTECTED]
> For additional commands, e-mail:
> [EMAIL PROTECTED]
> 
> 


__________________________________________________
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around 
http://mail.yahoo.com 

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to