我从github分支并克隆了一个有关JDK源代码的存储库,this是我的存储库。
我计划编辑一些文件(包java.util.concurrent中的ExecutorService.java),但是IDE提醒我“文件是只读的”。
我已经尝试过Making Files Read-Only or Writable中的方法,但是没有“将文件设为只读”并且锁定按钮不可用(如图所示)
There is no "Make File Read-Only/Writeable" and the lock button is not available
正常文件应如下图所示。
"Make File Read-Only/Writeable" and the lock button is available
答案 0 :(得分:0)
有问题的评论提醒我。
这是rt.jar中的反向工程文件,因此我无法对其进行编辑。