Java Eclipse Doubt

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • rsrinivasan
    New Member
    • Mar 2007
    • 221

    #1

    Java Eclipse Doubt

    Hi,
    I am using Eclipse IDE for J2EE development. I have problem in compilation.
    That is every time i need to stop the tomcat server and then start the server when i have some change in *.java file.

    How to configure Eclipse to avoid recompilation?
    (I set "Build Automaticaly" in "Project" menu true)

    Thanks,
    Srinivasan r
  • r035198x
    MVP
    • Sep 2006
    • 13225

    #2
    Originally posted by rsrinivasan
    Hi,
    I am using Eclipse IDE for J2EE development. I have problem in compilation.
    That is every time i need to stop the tomcat server and then start the server when i have some change in *.java file.

    How to configure Eclipse to avoid recompilation?
    (I set "Build Automaticaly" in "Project" menu true)

    Thanks,
    Srinivasan r
    I've never used Eclipse but I don't think you need to restart the server all the time. The Build Automatically option should make sure that your JSPs and servlets are recompiled every time you change them.

    Comment

    • rsrinivasan
      New Member
      • Mar 2007
      • 221

      #3
      Originally posted by r035198x
      I've never used Eclipse but I don't think you need to restart the server all the time. The Build Automatically option should make sure that your JSPs and servlets are recompiled every time you change them.
      Hi,
      If i did not restart the server, the change did not affect the project.
      Only it works after the restart.

      Thanks,

      Srinivasan r.

      Comment

      Working...