Reputation: 105
I'm using Intellij Idea Ultimate 15.0.3 on Debian Jessie. I opened my old project, and when i'm trying to download jar from the web (by error in import statement), following error occurs:
Failed to download 'http://mirrors.ibiblio.org/pub/mirrors/maven/java3d/jars/j3d-core-utils-1.3.1.jar': Cannot download 'http://mirrors.ibiblio.org/maven/java3d/jars/j3d-core-utils-1.3.1.jar': http://mirrors.ibiblio.org/maven/java3d/jars/j3d-core-utils-1.3.1.jar, response: 404 Not Found
On my previous install (Linux Mint; Intellij Idea Community) all works perfectly. How to fix this?
UPD. Seems like problem is in dead link. But i have no idea how to change this.
Upvotes: 4
Views: 9625
Reputation:
You need to have maven or you can do following steps (Open Module Settings)
Project Structure > Project Settings > Modules > Dependencies > +Library > From Maven...
Then search for springframework and add it to your project.
Upvotes: 2