简体   繁体   中英

jdk src file won't unzip

In my JDK file the zip file called "src" won't unzip. It's located in "C:\\Program Files\\Java\\jdk1.8.0_60". When I try to unzip it, I get an error that says, "Compressed (zipped) Folders were unable to create the specified directory. Ensure that the directory does not already exist, and that the path entry is valid." I know that the path entry is valid, so how do I fix this problem?

Most likely, its a folder permission problem. I think you're trying to extract the src.zip file into a directory that you don't have the right to write into. "C:\\Program Files" and their sub directory is owned by administrator.

Try to extract the zip file to somewhere in your home directory. Create a folder there, and extract the zip file into that folder.

您需要将JDK文件夹的权限从只读更改为修改,或者尝试完全控制系统用户/ A,然后尝试提取,您将能够!

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM