Community
Participate
Working Groups
The CoreFileSystemLibrary.isReadOnly() method implemented in pure Java (no core library available) is not precise enough. It uses the java.io.File.canWrite method. For example, this method also returns false if the file name size is longer than the permited one. This question raised when running Eclipse on Neutrino. The message that showed up in the dialog was that the file could not be written because it was read-only but the real reason was that the file path was too long. NOTES:
PRODUCT VERSION: 129
Not a committed item on the 2.0 plan. Changing resolution to LATER.
Reopening for investigation.
*** This bug has been marked as a duplicate of 12769 ***