Spring Tool Suite 下载安装

声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow 原文地址: http://stackoverflow.com/questions/26072425/
Warning: these are provided under cc-by-sa 4.0 license. You are free to use/share it, But you must attribute it to the original authors (not me): StackOverFlow

提示:将鼠标放在中文语句上可以显示对应的英文。显示中英文
时间:2020-09-08 00:05:43  来源:igfitidea点击:

Spring Tool Suite download and installation

springspring-tool-suite

提问by Shar

I've downloaded spring-tool-suite-3.6.1.RELEASE-e4.4-win32-x86_64.zip and getting the following error while trying to unzip and install:

我已经下载了 spring-tool-suite-3.6.1.RELEASE-e4.4-win32-x86_64.zip 并在尝试解压缩和安装时收到以下错误:

Error 0x80010135: Path too long
POM.properties
Type PROPERTIES File
Date Modified 6/11/2014 12:47PM
Size 146 bytes.

What may be the reason?

可能是什么原因?

回答by ROMANIA_engineer

Possible solutions:

可能的解决方案:

  1. Rename spring-tool-suite-3.6.1.RELEASE-e4.4-win32-x86_64.zipto springts.zip
  2. Move spring-tool-suite-3.6.1.RELEASE-e4.4-win32-x86_64.zipto C:/or in another location that is not very deep.
  3. Change your extractor to 7-zip.
  1. 重命名spring-tool-suite-3.6.1.RELEASE-e4.4-win32-x86_64.zipspringts.zip
  2. 移动spring-tool-suite-3.6.1.RELEASE-e4.4-win32-x86_64.zipC:/或在另一个不是很深的位置。
  3. 将您的提取器更改为7-zip

回答by Arun

Try with any alternative for zip such as 7Zipor WinRAR. 7Zipworked for me

尝试使用任何 zip 替代品,例如7ZipWinRAR7Zip对我来说有效

回答by Ripudaman Singh

This happens because of the zip file name being too long.You can rename the downloaded zip file to something like STS.zip (Give a short name) and then try to extract it.The error should now disappear.

发生这种情况是因为 zip 文件名太长。您可以将下载的 zip 文件重命名为 STS.zip 之类的名称(给出一个短名称),然后尝试解压缩它。错误现在应该会消失。

回答by tkrloltkr

This happens because the file name & path are too long. Rename them to something smaller and simpler.

发生这种情况是因为文件名和路径太长。将它们重命名为更小更简单的名称。

Here is the link that I found helpful

这是我发现有用的链接

回答by Spandana r

Step 1: Download STS zip file from spring official website

第一步:从spring官网下载STS zip文件

Step 2: After downloading Spring Tool Suite zip file then extract that then Open STS directory file click on STS icon below like this.

第 2 步:下载 Spring Tool Suite zip 文件后,解压缩,然后打开 STS 目录文件,单击下面的 STS 图标,如下所示。

Step 3: Run that file then Select a directory as a workspace and browse your directory.

第 3 步:运行该文件,然后选择一个目录作为工作区并浏览您的目录。

Here is complete installations of STS on Windows operating system.

这是在 Windows 操作系统上完整安装 STS。

Source : http://commandstech.com/how-to-install-springtoolsuitests-with-scala-on-windows-7-8-10/

来源:http: //commandstech.com/how-to-install-springtoolsuitests-with-scala-on-windows-7-8-10/

回答by Rao Pathangi

When you extract, it will try to extract in a folder named "spring-tool-suite-3.6.1.RELEASE-e4.4-win32-x86_64" which is too long for a folder name. Simple rule of thumb -- install to C:\ and rename the above to STS361_x8664. Be very frugal with folder names.

当您解压缩时,它会尝试在名为“spring-tool-suite-3.6.1.RELEASE-e4.4-win32-x86_64”的文件夹中解压缩,该文件夹名称对于文件夹名称来说太长。简单的经验法则——安装到 C:\ 并将上面的内容重命名为 STS361_x8664。文件夹名称要非常节俭。