Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Spring Tool Suite download and installation

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:

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?

like image 744
Shar Avatar asked Sep 27 '14 07:09

Shar


People also ask

How do I download Spring Tool Suite in Eclipse?

Installation. You can install the Spring Tools for Eclipse IDE into an existing Eclipse installation using the Eclipse Marketplace. Just open the marketplace client in Eclipse, search for Spring Tools and install the “Spring Tools (aka Spring IDE and Spring Tool Suite)” entry.

How do you install a Spring tool suite self extracting jar?

Download SpringToolSuite as per the operating system to the local machine. Move the downloaded JAR file to the corresponding folder. Unzip this JAR file and open the corresponding folder. Click on the SpringToolSuite4 Application file.


2 Answers

Possible solutions:

  1. Rename spring-tool-suite-3.6.1.RELEASE-e4.4-win32-x86_64.zip to springts.zip
  2. Move spring-tool-suite-3.6.1.RELEASE-e4.4-win32-x86_64.zip to C:/ or in another location that is not very deep.
  3. Change your extractor to 7-zip.
like image 195
ROMANIA_engineer Avatar answered Nov 13 '22 20:11

ROMANIA_engineer


Try with any alternative for zip such as 7Zip or WinRAR. 7Zip worked for me

like image 44
Arun Avatar answered Nov 13 '22 22:11

Arun