Java FTP Problem
Hi to all,
i am using org.apache.commons.net.ftp pacage to get files from FTP server.
everything is going fine ,connection is laso created but there is Exception like...
Connected to server
230 Logged on
UNIX Type: L8
/
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)
at successFTP.main(successFTP.java:29)
So,why this exception is occured and how can i solve it.
Please give any reason!!!
Ranvijay Singh

