Business
Jobs
  • About Us
  • Solutions
    • Job Postings
      Post your job and receive qualified candidates in 48h.
    • Candidate Assessments
      500+ technical and psychological tests, plus anti-fraud.
    • Headhunting
      Tailor-made executive search from start to finish.
    • Payroll + EOR
      Payroll dispersal and EOR across 15+ LATAM countries.
  • Pricing
  • Jobs

0

225
Views
the type org.springframework.core.nestedruntimeexception cannot be resolved.It is indirectly referenced from required .class files

I am new to Spring. While using ApplicationContext in my main class.I am getting the below error the type org.springframework.core.NestedRuntimeException cannot be resolved.It is indirectly referenced from required .class files I am using Spring 4.3.7 with maven.Please help

enter image description here

about 4 years ago · Santiago Trujillo
3 answers
Answer question

0

I had the same problem and it happened because my local repository was corrupted. I manually deleted the local repository and forced maven to download again

about 4 years ago · Santiago Trujillo Report

0

Just go to your .m2 folder where your dependency(springframework) is downloaded and manually delete it. Then again paste the dependency in your pom.xml file and save it.But do it with a stable internet connection.

about 4 years ago · Santiago Trujillo Report

0

I would just using spring boot ...it makes starting with spring easier. That error is occurring because you don't have all the correct jars in yoour class path e.g. add to your maven/gradle/buildpath file:

<dependency>
    <groupId>org.springframework</groupId>
    <artifactId>spring-core</artifactId>
    <version>4.3.7.RELEASE</version>
</dependency>
about 4 years ago · Santiago Trujillo Report
Answer question
Find remote jobs

Discover the new way to find a job!

Top jobs
Top job categories
Business
Post vacancy Pricing Sales
Legal
Terms and conditions Privacy policy
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Show me some job opportunities
There's an error!