Our Products:   CompleteFTP  edtFTPnet/Free  edtFTPnet/PRO  edtFTPj/Free  edtFTPj/PRO
0 votes
5.2k views
in Java FTP by (160 points)
I'm trying to set up FTP in an Applet. I get these messages in the Java console:

Could not read property 'edtftp.log.level' due to security permissions
Could not read property 'edtftp.log.log4j' due to security permissions
Could not read property 'edtftp.log.log4j' due to security permissions

I think I have the archive and codebase tags set up ok in the html page, but I'm obviously missing something. What is the trick to making this work? Thanks for any help!

Bob

2 Answers

0 votes
by (162k points)
They are just warnings. Unless your applet is signed, you can't read properties (and do various things).
0 votes
by (160 points)
Thanks Bruce!
Once I knew that these were just warnings and not showstoppers I was able to concentrate on the other half dozen or so errors that I had made. Yeah, half dozen errors in about half dozen lines of code, about typical for me. :)

Now I have it working.

Bob

Categories

...