• 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

config spring in eclipse

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

I wanna config spring for eclipse galileo. Instead of the SpringIDE plugin i decide to use the spring jars. But I cant find a place to download latest spring jars to add my eclipse build path.

Thank You.
 
Sheriff
Posts: 14691
16
Eclipse IDE VI Editor Ubuntu
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
The latest build can be downloaded at Spring's homepage. Or are you looking for something else ?
 
Harshana Dias
Ranch Hand
Posts: 352
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

Christophe Verré wrote:The latest build can be downloaded at Spring's homepage. Or are you looking for something else ?



i just want the jar not the framework,which is around 3 mb..i guess you meant by build is the framework right? which is 133 mb?

jars are not there in the spring web site know?
 
Christophe Verré
Sheriff
Posts: 14691
16
Eclipse IDE VI Editor Ubuntu
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

which is 133 mb?


The full package with dependencies is that big, yes. But you can also download the package without dependencies. It's around 22MB. If it's still too big for you, you could go to the Maven Repository and get the jars you need.
 
Harshana Dias
Ranch Hand
Posts: 352
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

you could go to the Maven Repository and get the jars you need.



Thank You for tell me that site..i didnt know it. (even i googled for jars mvn site did not listed )

Any way i found spring-full jar file there but which is spring 1.1
I need the latest version..spring 3.0.1.
Do you have any idea where can i get it?
 
Ranch Hand
Posts: 445
Android Eclipse IDE Windows
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
@OP

See here. You have download each and every jar manually. Rather you would download it from spring's site, and its just 22MB and you got all the jars you need.

If i were you, i'd rather download it from spring's site instead of picking up the needles from river stream.
 
If you believe you can tell me what to think, I believe I can tell you where to go. Go read this tiny ad!
a bit of art, as a gift, the permaculture playing cards
https://gardener-gift.com
reply
    Bookmark Topic Watch Topic
  • New Topic