i'm starting a project using netbeans 6.1. I found a library on sourceforge that i want to use.
SourceForge.net: JvFTP I downloaded the library. I've added the library to the project and I can see the classes. However, when I write the following line "import cz.dhl.ftp;" netbeans reports 'package cz.dhl.ftp does not exist'.
what do i need to do to be able to use the jvftp library?