"Alan" <> wrote ...
> I tried to edit an .ini file (eclipse.ini) by right-clicking on the
> file and choosing Edit. This brought up the file in Notepad. I made
> a change and selected Save. Notepad gave the following error:
> Cannot create the . . . .ini file.
Hi Alan
Where is the eclipse.ini located?
If it is under "c:\Program Files", you probably won't have permissions to
update the file. In Vista, all files under "C:\Program Files" are tightly
protected as a guard against viruses and other hijacks. This can cause
problems for Eclipse, which expects to have read/write access to is
described in the Eclipse installation notes:
http://www.eclipse.org/eclipse/devel...atform-CoreYou would need to edit the file explicitly as Administrator (eg right-clickNotepad, choose "Run as Administrator").You may also be tripped up by Program Files Virtualisation:
http://support.microsoft.com/kb/927387The consensus appears to be that on Vista, Eclipse should be installed onits own directory off the root; eg C:\Eclipse, rather than under the%ProgramFiles% directory (at least as of Eclipse 6.0 ... later versionsmight accommodate this better).Hope it helps,--Andrew McLarenamclar (at) optusnet dot com dot au