|
Re: Don't know how to get out of read-only mode
Are you trying to edit a library file? Those are sometimes protected with read only.
Another possibility is that you have a .class file opened and not your .java source code file, in this case close the file and look for the .java version.
Another possibility is that you do not have write permissions for the file. If this is the case right-click on the file >>Properties>>Resource>>Permissions and give yourself write permissions.
__________________
"If all else fails, read the instructions."
|