Hi , I am learning struts, but i am not able to see my changes that i have made in HelloWorld.java file in struts-blanck project.Still it prints "Struts is up and Running.." despite i changed MESSAGE string to something else.
I think it is using previously compiled class.If it is,then please tell me how to compile my modified class.
If you're trying to use struts-blank as a Maven project you need to make sure your Maven plugin is working properly. If you're not you'll need to configure the project's source directories, libraries, web content, and so on manually.
Anil Mundra
Greenhorn
Joined: Nov 14, 2008
Posts: 21
posted
0
hi, i think you didn't configure the Eclipse. First of all open J2EE perspective it will make easy to work. Just go into windows-> prefences and make some configuration like set java compiler, and check automatic build in menu bar -> project->Build Automatically.......