Abhijit Dey

Greenhorn
+ Follow
since Oct 19, 2011
Abhijit likes ...
Eclipse IDE Spring Tomcat Server
Merit badge: grant badges
For More
Cows and Likes
Cows
Total received
0
In last 30 days
0
Total given
0
Likes
Total received
0
Received in last 30 days
0
Total given
0
Given in last 30 days
0
Forums and Threads
Scavenger Hunt
expand Ranch Hand Scavenger Hunt
expand Greenhorn Scavenger Hunt

Recent posts by Abhijit Dey

subbu kannan wrote:Hello Ranchers,

This is subbu, I would like to study spring framework. I tried to learn from http://www.mkyong.com. but I could not run inside my Eclipse editor. In this website http://www.mkyong.com/misc/how-to-use-mkyong-tutorial , how do use mkyong tutorial. the article not helping me to run the examples. Please help me.



Both mkyong and vanilla are good website to start with, but you need to know what dependent jar(s) are needed in your classpath so that you can deploy your web-app succesfully. For that I would suggest to have a look at Spring MVC step-by-step, you can find the book at springsource website.

12 years ago
I was also facing the same problem and that too for spring-framework-3.1.0.RC1/dist/org.springframework.aspects.jar, but I am able to debug my application now after adding VM argument as -javaagent:<path to aspectjweaver> although the URLClassPath$JarLoader exception stack is still coming.
I am sure what I did is not the solution and still looking for an workaround.
12 years ago
I think just installing spring plugin only affects its perspective, you have to include spring dependencies by adding the jar files to your classpath. Or you can use build tools(maven, ant).
Please let me corrected if i am wrong.
12 years ago