Cannot Run Spring App in Eclipse: Can't Find My Classes

toishiods

New Member
I'm trying to run my Spring+Hibernate application in the server tab of Springsource Tool Suite. This used to work, but I installed the latest-greatest version of STS (Eclipse Platform 4.2.1) and now it can't find my application's classes.I have m2e installed as well as m2e-wtp. I checked out my project and used the Maven Import method of loading the project into Eclipse -- a method that used to work.I see the class files in my target directory, but they're in \[code\].../target/classes\[/code\] while other maven managed files are under \[code\].../target/m2e-wtp\[/code\]. I'm guessing that the class files need to be under m2e-wtp, too, but I don't know how to get them to go there.Any ideas? This has been a huge blocker for me.
 
Back
Top