Applets don't have access to most system properties for security reasons; it looks like the Apache Commons Logging library is not compatible with that. Generally that makes sense, since most logging goes to files, and applets can't access the local file system.
Alternatively, if the applet really does so much that Spring is called for, then a signed applet (or JavaWebStart application) may be more appropriate. Signing would get around the security restrictions.
Jadson Santos
Greenhorn
Joined: May 16, 2011
Posts: 1
posted
0
First of all, you need to signed your Applet to Access local files.