Results 1 to 2 of 2

Thread: import org.springframework.* issue

Hybrid View

  1. #1
    Join Date
    Sep 2005
    Location
    Colorado
    Posts
    1

    Default import org.springframework.* issue

    I have installed Spring into my Eclipse 3.1 enviromnent.

    But when i use 'import org.springframework.*:" eclipse can't find
    the import.

    What am I doing wrong or what have I not setup properly?

    Thanks in advance
    Steve

  2. #2
    Join Date
    Aug 2004
    Location
    Frankfurt/Main, Germany
    Posts
    253

    Default

    Steve,

    Spring IDE doesn't help you here :-(. It's only about editing and validating Spring beans config files as described in the Spring IDE guide or feature list.

    You have to download the Spring distribution and add the corresponding libraries (e.g. spring-beans.jar) to your project as with any other external dependency like "hibernate.jar" or "log4j.jar".

    Cheers,
    Torsten

Similar Threads

  1. Acegi in portlets
    By dreed in forum Security
    Replies: 37
    Last Post: Apr 27th, 2008, 06:34 AM
  2. Date Format Control within Forms
    By milestone in forum Swing
    Replies: 9
    Last Post: Oct 11th, 2005, 01:04 PM
  3. Replies: 3
    Last Post: Sep 22nd, 2005, 10:14 AM
  4. It's trouble that use hibernate by spring?
    By david4liu in forum Data
    Replies: 1
    Last Post: Sep 5th, 2005, 07:56 PM
  5. StoredProcedure Oracle/setplsqlindextable
    By gtuberson in forum Data
    Replies: 1
    Last Post: Jun 22nd, 2005, 01:54 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •