• 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

spring: package does not exist error

 
Greenhorn
Posts: 13
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
hii!!!
i am a biginner of spring framework...i've did a simple project which simply prints "helloworld" in the command promt !!!

i am doing this using notepad ,,i have set jar files to classpath,,the jar files are

1)org.springframework.beans.-3.0.5
2)org.springframework.core.-3.0.5
3)commons-logging

bt when i tried to compile the programs i get getting error like:
1)package org.springframework.beans.factory.xml does nt exist
2)package org.springframework.beans.factory.support does nt exist
3)package org.springframework.beans.factory.core.io does nt exist

can anyone help me solving this issue???
 
Ranch Hand
Posts: 1880
Firefox Browser Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Have you added these JAR files to Eclipse before compilation. You have to provide more details to resolve your problem.
 
I'm THIS CLOSE to ruling the world! Right after reading this tiny ad:
a bit of art, as a gift, that will fit in a stocking
https://gardener-gift.com
reply
    Bookmark Topic Watch Topic
  • New Topic