aspose file tools
The moose likes Spring and the fly likes How to import a spring project ti eclipse ? Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


JavaRanch » Java Forums » Frameworks » Spring
Reply Bookmark "How to import a spring project ti eclipse ?" Watch "How to import a spring project ti eclipse ?" New topic
Author

How to import a spring project ti eclipse ?

majid nakit
Ranch Hand

Joined: Jun 26, 2001
Posts: 160
Hi,
I have Maven and tortoise svn installed in my PC.
I opend Tortoise and checkec out mvc-showcase from :

https://src.springframework.org/svn/spring-samples

C:\SpringSRC\mvc-showcase\
.settings
src
target
.classpath
.project
.springBeans
pom.xml

I went to Eclipse
File --> Import --> General --> Existing Projects into workspace

When I tried to run the project, I got :

HTTP Status 404 -

--------------------------------------------------------------------------------

type Status report

message

description The requested resource () is not available.


--------------------------------------------------------------------------------

Apache Tomcat/6.0.28

Can you please help me.
Thanks,

Majid
Mark Spritzler
ranger
Sheriff

Joined: Feb 05, 2001
Posts: 17243
    
    1

You can import from a Maven project, where you select the pom file and it does the rest.

I find that this approach correctly sets up the whole classpath.

Mark


Perfect World Programming, LLC - Two Laptop Bag - Tube Organizer
How to Ask Questions the Smart Way FAQ
 
I agree. Here's the link: http://zeroturnaround.com/jrebel - it saves me about five hours per week
 
subject: How to import a spring project ti eclipse ?
 
Similar Threads
Restore Java project
How to Check Out Spring Projects
Spring 3.0 MVC examples links required
Unable to download spring example code
Tortoise SVN eclipse plugin