Builing projects in Myeclips

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • aradhanathawait
    New Member
    • Mar 2008
    • 36

    #1

    Builing projects in Myeclips

    Hi

    Even if I build the J2EE web project (struts) project. the changes are not being reflected by the class file . while I have changed the .java class file.

    Regards,
    Aradhana
  • JosAH
    Recognized Expert MVP
    • Mar 2007
    • 11453

    #2
    Originally posted by aradhanathawait
    Hi

    Even if I build the J2EE web project (struts) project. the changes are not being reflected by the class file . while I have changed the .java class file.

    Regards,
    Aradhana
    For a rough little test: throw away your .class files and rebuild the entire project.
    Do the .class files get recreated again at that location?

    kind regards,

    Jos

    Comment

    • aradhanathawait
      New Member
      • Mar 2008
      • 36

      #3
      Originally posted by JosAH
      For a rough little test: throw away your .class files and rebuild the entire project.
      Do the .class files get recreated again at that location?

      kind regards,

      Jos

      Ya I did the same as suggested by you. The .class file is created at that location.

      Thanx and Regards,
      Aradhana

      Comment

      • JosAH
        Recognized Expert MVP
        • Mar 2007
        • 11453

        #4
        Originally posted by aradhanathawait
        Ya I did the same as suggested by you. The .class file is created at that location.
        So your changes are coming through; what's the problem then?

        kind regards,

        Jos

        Comment

        • aradhanathawait
          New Member
          • Mar 2008
          • 36

          #5
          Originally posted by JosAH
          So your changes are coming through; what's the problem then?

          kind regards,

          Jos

          hi

          may be there some classpath related problems? I have set the classpath of the classes folder under webRoot dir.

          Regards,
          Aradhana

          Comment

          Working...