You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@ant.apache.org by Sanjeev Bagaria <ba...@yahoo.com> on 2000/12/12 19:07:50 UTC

NoClassDefFoundError when using FTP

I get the following error when attempting to use the
FTP. Seems like I need to get the 

com.orionc.net.ftp library

Any ideas on where that could be available.

Thanks in advance.

Sanjeev


Could not create task of type: ftp due to
java.lang.NoClassDefFoundError: com/oroinc/net/ftp/FTP
java.lang.NoClassDefFoundError: com/oroinc/net/ftp/FTP
        at java.lang.Class.newInstance0(Native Method)
        at java.lang.Class.newInstance(Unknown Source)
        at
org.apache.tools.ant.Project.createTask(Project.java:435)
        at
org.apache.tools.ant.UnknownElement.maybeConfigure(UnknownElement.java:83)
        at
org.apache.tools.ant.Target.execute(Target.java:141)
        at
org.apache.tools.ant.Project.runTarget(Project.java:818)
        at
org.apache.tools.ant.Project.executeTarget(Project.java:532)
        at
org.apache.tools.ant.Project.executeTargets(Project.java:506)
        at
org.apache.tools.ant.Main.runBuild(Main.java:420)
        at
org.apache.tools.ant.Main.main(Main.java:149)


__________________________________________________
Do You Yahoo!?
Yahoo! Shopping - Thousands of Stores. Millions of Products.
http://shopping.yahoo.com/

Re: NoClassDefFoundError when using FTP

Posted by Bill Burton <bi...@progress.com>.
You can find it at
http://www.savarese.org/oro/software/NetComponents.html.

-Bill Burton

Sanjeev Bagaria wrote:
> 
> I get the following error when attempting to use the
> FTP. Seems like I need to get the
> 
> com.orionc.net.ftp library
> 
> Any ideas on where that could be available.
> 
> Thanks in advance.
> 
> Sanjeev