0
我在Ubuntu中運行NetBeans。我經常彈出如下圖。如何從這個彈出窗口中逃脫。爲什麼只讀?我應該從sudo運行NetBeans嗎?NetBeans中的RecentFileHistory.properties
我在Ubuntu中運行NetBeans。我經常彈出如下圖。如何從這個彈出窗口中逃脫。爲什麼只讀?我應該從sudo運行NetBeans嗎?NetBeans中的RecentFileHistory.properties
看起來你只是沒有權限在該文件中寫入。
試試這個:
sudo chown -R user:user /home/user/.netbeans
chmod +rw path-to-file-from-popup
,並與完整的文件名替換user
與您的用戶名和path-to-file-from-popup
。
你不應該在sudo
下運行netbeans。