facebook

debug with external jar`s

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

    Hi all,

    i have some problems to debug with MyEclipse.

    First, everything was o.k., but when I add an external .jar -file (for example xalan.jar) I was not able to debug anymore.

    The Source of sun.misc.URLClassPath is shown. The debugger tells me:
    URLClassPath.getLoader(URL) line:not available

    Any ideas?

    Thanks
    Rüdiger Pape

    #223400 Reply

    Riyad Kalla
    Member

    The Source of sun.misc.URLClassPath is shown. The debugger tells me:
    URLClassPath.getLoader(URL) line:not available

    The base JDK install does not ship with any source code for the sun.* packages, this is not a problem of an external lib or MyEclipse, you simply don’t have source attached for that class anywhere. If you wanted to agree to the SCSL and download the entire JDK source from Sun’s developer site and then attach it, you could.

Viewing 2 posts - 1 through 2 (of 2 total)
Reply To: debug with external jar`s

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