| Author |
elipse problem
|
arekonda ramesh babu
Ranch Hand
Joined: Apr 11, 2006
Posts: 35
|
|
hai, under WEB-INF of "myuserapplication" under webapps there is classes folder under it i have servlets folder src folder under it servlets folder is there which consists of MyServlet.java in eclipse how to do such that changes in Myservlet.java reflect automatically in the classes folder. Before making changes to the Myservlet.java , i wrongly deleted the exisisting class file from the project . I have set the Default output folder appropriately now while making changes and run iam getting "error-500". do need ful to me
|
 |
Jeanne Boyarsky
internet detective
Marshal
Joined: May 26, 2003
Posts: 26193
|
|
Arekonda, You can force a rebuild by going to the project menu and choosing "clean" or "rebuild" depending on your version of Eclipse.
|
[Blog] [JavaRanch FAQ] [How To Ask Questions The Smart Way] [Book Promos]
Blogging on Certs: SCEA Part 1, Part 2 & 3, Core Spring 3, OCAJP, OCPJP beta, TOGAF part 1 and part 2
|
 |
Jeroen T Wenting
Ranch Hand
Joined: Apr 21, 2006
Posts: 1847
|
posted

0
|
|
Sounds to me like he has his project set up incorrectly and the compiler output directory isn't his WEB-INF/classes directory but somewhere else.
|
42
|
 |
 |
|
|
subject: elipse problem
|
|
|