I'm running Windows 8.1, 64x. Just DL Apache Maven 3.3.1 bin & src.
Extract all on bin, no issues.
Extract all, however, on src, I get the following error:
"1 Interrupted Action", "Error 0x80010135: Path too long".
I'd like to better understand the nature of this problem. Suggestions on how to fix?
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.
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\
;)
User contributions licensed under CC BY-SA 3.0