Warning: file_get_contents(/data/phpspider/zhask/data//catemap/6/eclipse/9.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Java STS 2.8.0 StartExplorer/Legacy插件安装问题_Java_Eclipse_Plugins - Fatal编程技术网

Java STS 2.8.0 StartExplorer/Legacy插件安装问题

Java STS 2.8.0 StartExplorer/Legacy插件安装问题,java,eclipse,plugins,Java,Eclipse,Plugins,我喜欢,但在安装了最新的STS2.8.0之后,当我尝试安装StartExplorer和其他插件时,我看到了这一点 Cannot complete the install because one or more required items could not be found. Software currently installed: Shared profile 1.0.0.1319291110423 (SharedProfile_com.springsource.sts.ide 1.0

我喜欢,但在安装了最新的STS2.8.0之后,当我尝试安装StartExplorer和其他插件时,我看到了这一点

Cannot complete the install because one or more required items could not be found.
  Software currently installed: Shared profile 1.0.0.1319291110423 (SharedProfile_com.springsource.sts.ide 1.0.0.1319291110423)
  Missing requirement: Shared profile 1.0.0.1319291110423 (SharedProfile_com.springsource.sts.ide 1.0.0.1319291110423) requires 'org.maven.ide.eclipse [1.0.100.20110804-1717]' but it could not be found
有什么想法吗?

我在写问题的时候发现了这一点,所以我想不妨完成并分享:


如果您看到这一点,是因为STS安装在只读目录中,您需要具有管理员权限或在其他位置安装它

我想补充一点,至少在某些linux系统上,如果您将目录的所有者更改为用户可写,STS显然会认为这是一个新的安装,并提示您输入一个新的工作区位置。不过,您的旧工作区仍然可以正常加载。(这对我个人来说有点不对劲。)