打开Myeclipse.exe出现的对话框提示 Invalid Configuration Location
Locking is not possible in the directory” D:\ProgramFiles\eclipse\configuration\org.eclipse.osgi”,A common reason is that the filesystem or Running Environment does not support file locking for thatlocation.Please choose a different location, or disable file locking passing-Dosgi.locking=none”as a VM argument.
D:\Program Files\eclipse\configuration\org.eclipse.osgi\.manager\fileTableLock(拒绝访问)
本次个人解决方法:
首先,打开Myeclipse的安装目录,例如我的情况D:\Program Files\myeclips\MyEclipse 10
然后,在Myeclipse.exe下面的文件是配置文件myeclipse.ini,打开配置文件在最后加上“-Dosgi.locking=none”保存即可
PS myeclipse.ini文件可能出现无法保存的情况,这种情况需要“另存为”临时保存在其他地方,比如先保存在桌面,
然后再删去本来的配置文件,把桌面上的新配置文件复制到本来的路径下面