package com.enterprisedt.net.ftp does not exist
807589Oct 8 2008 — edited Oct 11 2008Hello 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