At times Netbeans does not allow you to create projects in some directories (on windows). I searched a lot but could not find any reasonable explanation for why windows turns some folders as read only. Anyways, run the following commands on those directories in which Netbeans is not letting you create the project.
This removes the read only status.
Go to the command prompt and, issue
>attrib -r -s c:\some\directory
>attrib -r -s c:\other\directory
This removes the read only status.
No comments:
Post a Comment