So i downloaded Spring Jars from this link and I am trying to unzip the file, it keeps on complaining that some of the total path and file must not exceed 260 chars and it breaks from unzipping. How to download the jars and include them in my eclipse installation for working on my web projects, although this may seem trivial for some people it is very annoying to get around as i am new this kind of stuff. Really appreciate your help.
Thanks,
SS
Did you just unzip the zip file or the jar files? Just unzip the zip file, copy the jars in a lib folder in your project and add the jars to the buildpath of your project (Right click on the project -> Properties -> Java Build path -> Libraries -> Add jars).
And don’t use the unzip functionality included in Windows, use an external program like 7zip. Then that error shouldn’t occur.