• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

org.springframework.beans.factory.BeanCreationException

 
Ranch Hand
Posts: 105
jQuery Eclipse IDE Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hello .

Below is my Stack Trace Output.




I Strongly Believe that this is Due to Some Missing Jar Issue..

Please find Below The Jar's i have used.

Please Tell me Which Jar I am Missing ..

Thanks In Advance.
Capture.JPG
[Thumbnail for Capture.JPG]
List Of Jar
Capture1.JPG
[Thumbnail for Capture1.JPG]
List Of Jar
Capture2.JPG
[Thumbnail for Capture2.JPG]
List Of Jar
 
Ranch Hand
Posts: 491
5
  • Likes 1
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
1. If you read the stack exception posted:

Cannot find class [org.springframework.web.servlet.view.InternalResourceResolver
Again google for that. But tiresome. Use maven.

You're missing spring-webmvc jar.

2. Use maven. It will pull the core jar + dependencies jars for you.
Cool thing is jar+jar source+jar doc for debugging.

Other wise, trial and error: missing this jar or that jar.
 
Note to self: don't get into a fist fight with a cactus. Command this tiny ad to do it:
a bit of art, as a gift, that will fit in a stocking
https://gardener-gift.com
reply
    Bookmark Topic Watch Topic
  • New Topic