A DESCRIPTION OF THE PROBLEM :
When the user try to create a symbol link, windows require user have SeCreateSymbolicLinkPrivilege.
Otherwise, windows error code 1314 will be returned.
The JDK only translate ERROR_ACCESS_DENIED(5) to PermissionDeniedException, the 1314 also should be.
When the user try to create a symbol link, windows require user have SeCreateSymbolicLinkPrivilege.
Otherwise, windows error code 1314 will be returned.
The JDK only translate ERROR_ACCESS_DENIED(5) to PermissionDeniedException, the 1314 also should be.