How to setup a basic Struts project using Eclipse IDE
作者: 来源:网络文章
时间:2005-12-16 22:35:10
How to setup a basic Struts project using Eclipse IDE(4)
When everything settles down, you should see something like this (of course, it might look different depending on your installation/customization): CSDN_Dev_Image_2003-10-2510223025.jpg">
Compilation warnings and errors are detected immediately. In this screenshot, I drill down into the source folder, package, file, class, and double click on the method....which brings up the source editor. I hover the mouse over the offending warning to see a description of what's wrong. CSDN_Dev_Image_2003-10-2510223027.jpg">
I changed ApplicationConfig to ModuleConfig, then saved and now I see new errors. You can right click and import ModuleConfig right from the error. CSDN_Dev_Image_2003-10-2510223029.jpg">
A quick look at the import section. CSDN_Dev_Image_2003-10-2510223031.jpg">
Right click, Source, Organize Imports CSDN_Dev_Image_2003-10-2510223033.jpg">