I am getting the below error when I try to compile my code:
Error
can not found sun.security.action.GetPropertyAction
Code
File tmpdir = new File(AccessController
.doPrivileged(new GetPropertyAction("java.io.tmpdir")));
I am getting the below error when I try to compile my code:
Error
can not found sun.security.action.GetPropertyAction
Code
File tmpdir = new File(AccessController
.doPrivileged(new GetPropertyAction("java.io.tmpdir")));