I have a Java project and I want to modify it in intellij but I can\'t do it because of this \" read-only file \" or \"file is not writable\"
On your top-left corner in the drop-down where you have Tests,Production,Problems switch/choose from Project or any other directory you've choosen to Packages, you'll have your packages editable, files in the Project folder are not editable although they end with .class
extension.
To toggle read-only attribute of a file, open file in the editor, or select it in the Project tool window. Do one of the following:
File | File Properties | Make File Read-Only
, or Make File Writable
.For Mac, it definitely works:
sudo chmod -R 777 /YourDirectory
This error appears when the other user has created those files.
1. Right click on the file or folder to be deleted.
2. Choose reveal in folder option.
3. Delete the file and enter the password.
4. Files will be deleted.
I was just having this issue and I finally figured out where I was going wrong.
Over an hour of suggestions from Google didn't help. It turns out I was on files selected in the -out > production > MyPath folder instead of the -src folder in my project sidebar. Selecting the -scr > MyClass file allows me to do what I want to do.
If you're using Mac. Follow bellow steps:
Get Info
Sharing and Permissions
, change Privilege
as you expected. Before changing, you would remember unlocking your change permission by click on a Locker Icon
at bottom right.