I am evaluating the trial version of the java secure ftp library and I am having problems executing the example programs. The code compiles with out any issues but when I run the program it seems to be unable to read the license. Here is the output that I am getting.
C:\edtftpj-pro-1.2.5\examples\Ex4_ImplicitClient>C:\j2sdk1.4.2_04\bin\java -cp .;edtftpj-p
ro.jar;license.jar ImplicitClient ********** ********** *********
INFO [ImplicitClient] 10 Jan 2006 12:05:05.247 : Creating FTPS (implicit) client
Exception in thread "main" java.lang.ExceptionInInitializerError
at ImplicitClient.main(ImplicitClient.java:44)
Caused by: java.lang.NullPointerException
at com.enterprisedt.util.license.LicenseProperties.<init>(Unknown Source)
at com.enterprisedt.net.ftp.ssl.SSLFTPClient.<clinit>(Unknown Source)
... 1 more