Skip to Main Content

Java Programming

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

package com.enterprisedt.net.ftp does not exist

807589Oct 8 2008 — edited Oct 11 2008
Hello all,

My application was working on Java 1.4 and JBoss 3.0. Now I am migrating it to Java 1.5 and JBoss 4.2.1 as per the requirement. But when i tried to compile my application i got some errors as age

package com.enterprisedt.net.ftp does not exist
[javac] import com.enterprisedt.net.ftp.FTPClient;

and many more.

I am using this package in my application and still it is showing me that the package does not exist.

Can anybody help me solve this problem.

Regards,
Monadear
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Nov 8 2008
Added on Oct 8 2008
10 comments
5,036 views