i am having trouble with creating the ProFTPClient within an applet. When ever i use then line:
ftp = new ProFTPClient();
i get the following error at runtime:
java.lang.NoClassDefFoundError: com/enterprisedt/net/ftp/pro/ProFTPClient
at Test_ftp.init<Test_ftp.java:41>
at sun.applet.AppletPanel.run<AppletPanel.java:374>
at java.lang.Thread.run<Thread.java:595>
Old applets i am using as examples that use edt work fine, it is just when i have started to create new applets this error occurs. New java applications that i create using edt are working fine still.
Thanks Sam