facebook

My break points are not working on JSP pages [Closed]

  1. MyEclipse IDE
  2.  > 
  3. Java EE Development (EJB, JSP, Struts, XDoclet, etc.)
Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #219171 Reply

    RobertoChan
    Member

    I been testing MyEclipse ver 3.8.2 with Eclipse 3.0.1 Build id: 200409161125

    I am trying to use it with Weblogic 6.xx and jdk 1.3 since the place, I work still uses that. I set several breakpoints in some jsp code and it doesnt even stop.

    Any suggestions ?

    #219181 Reply

    Riyad Kalla
    Member

    Eclipse 3.x and subsequently MyEclipse 3.x requires a JDK 1.4 or greater to run. Also debugging requires JSR 45 spec be supported by the application server, I don’t think WebLogic 6.x supports that, but besides that a 1.4 VM is required as part of that debugging using that spec as well… so right now with that old of a version of WebLogic and using a 1.3 VM you are in a ‘worst case’ situation as far as debugging is concerned.

    Are you able to developer with 1.4 but turn on 1.3 compliance and work around the limitation that way?

    #219187 Reply

    RobertoChan
    Member

    Thx lots

Viewing 3 posts - 1 through 3 (of 3 total)
Reply To: My break points are not working on JSP pages [Closed]

You must be logged in to post in the forum log in