• 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

Could not able to import the callses from plugin jars.

 
Greenhorn
Posts: 17
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi Friends,

I could not able to import those packages in my class please find teh atatched scrrens for those packahge names.
and also added one more screen for those jar's added on my application .

pleasae help me on this.
RAD.PNG
[Thumbnail for RAD.PNG]
Errors on Controller test class
Jars.PNG
[Thumbnail for Jars.PNG]
Added jar's on my application
 
author & internet detective
Posts: 41860
908
Eclipse IDE VI Editor Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
MockMvcBuilders was added in Spring 3.2. So remove the Spring 3.0.5 jar from your classpath. Then unzip the 3.2 file and add just the jar file for 3.2 to the classpath. Java won't recognize a zip file.
 
Laxmi Prasanna Bn
Greenhorn
Posts: 17
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Thanks Jeanne Boyarsky,

Issue is fixed, Doyou have any idea about Spring MVC 3 JUNIT Testing,

[edited to remove question since asked in separate thread
 
I'm sure glad that he's gone. Now I can read this tiny ad in peace!
a bit of art, as a gift, that will fit in a stocking
https://gardener-gift.com
reply
    Bookmark Topic Watch Topic
  • New Topic