Apache Maven 3.3.1 src, Download & Install, Windows 8.1

0

I'm running Windows 8.1, 64x. Just DL Apache Maven 3.3.1 bin & src.

Link here:

Extract all on bin, no issues.

Extract all, however, on src, I get the following error:

"1 Interrupted Action", "Error 0x80010135: Path too long".

Please see image here:

I'd like to better understand the nature of this problem. Suggestions on how to fix?

java
windows
apache
maven
zip
asked on Stack Overflow Apr 12, 2015 by Reed Williams • edited Apr 13, 2015 by Suhaib Janjua

2 Answers

1

7-zip (Download Here) will solve this. This is one of the known problems.

You can download and unzip your maven download with the 7-zip unzip tool.

answered on Stack Overflow Apr 13, 2015 by Nirmal • edited Apr 13, 2015 by Nirmal
1

this means that the path to your destination folder is too long, for example : C:\firstDirectory\secondDirectory.....\nDirectory\targetDirectory . And windows has a path limit length, perhaps 256 characters or 128.

So you should for example change the destination and set it as C:\Test\

;)

answered on Stack Overflow Jan 8, 2016 by lovefinearts

User contributions licensed under CC BY-SA 3.0