org.eclipse.jdt.debug
<classpath>
    <classpathentry kind="src" path="jdi interfaces/"/>
    <classpathentry kind="src" path="model/"/>
    <classpathentry kind="src" path="jdi/"/>
    <classpathentry kind="src" path="eval/"/>
    <classpathentry kind="var" path="JRE_LIB" sourcepath="JRE_SRC"/>
    <classpathentry kind="lib" path="/xercesImpl.jar"/>
    <classpathentry kind="lib" path="/resources.jar"/>
    <classpathentry kind="lib" path="/runtime.jar"/>
    <classpathentry kind="lib" path="/dtui.jar"/>
    <classpathentry kind="lib" path="/dtcore.jar"/>
    <classpathentry kind="src" path="/org.eclipse.jdt.core"/>
    <classpathentry kind="output" path="bin"/>
</classpath>

解决方案 »

  1.   

    org.eclipse.jdt.debug.ui
    <classpath>
        <classpathentry kind="src" path="ui/"/>
        <classpathentry kind="src" path="/org.eclipse.jdt.core"/>
        <classpathentry kind="src" path="/org.eclipse.jdt.debug"/>
        <classpathentry kind="src" path="/org.eclipse.jdt.launching"/>
        <classpathentry kind="src" path="/org.eclipse.jdt.ui"/>
        <classpathentry kind="var" path="JRE_LIB" sourcepath="JRE_SRC"/>
        <classpathentry kind="lib" path="/xercesImpl.jar"/>
        <classpathentry kind="lib" path="/dtui.jar"/>
        <classpathentry kind="lib" path="/dtcore.jar"/>
        <classpathentry kind="lib" path="/runtime.jar"/>
        <classpathentry kind="lib" path="/resources.jar"/>
        <classpathentry kind="lib" path="/jface.jar"/>
        <classpathentry kind="lib" path="/texteditor.jar"/>
        <classpathentry kind="lib" path="/workbench.jar"/>
        <classpathentry kind="lib" path="/jfacetext.jar"/>
        <classpathentry kind="lib" path="/swt.jar"/>
        <classpathentry kind="lib" path="/text.jar"/>
        <classpathentry kind="lib" path="/editors.jar"/>
        <classpathentry kind="lib" path="/views.jar"/>
        <classpathentry kind="output" path="bin"/>
    </classpath>
      

  2.   

    org.eclipse.jdt.junit
    <classpath>
        <classpathentry kind="src" path="src"/>
        <classpathentry kind="src" path="/org.eclipse.jdt.core"/>
        <classpathentry kind="src" path="/org.eclipse.jdt.ui"/>
        <classpathentry kind="src" path="/org.eclipse.jdt.debug"/>
        <classpathentry kind="src" path="/org.eclipse.jdt.launching"/>
        <classpathentry kind="src" path="/org.eclipse.jdt.debug.ui"/>
        <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
        <classpathentry kind="lib" path="/runtime.jar"/>
        <classpathentry kind="lib" path="/xercesImpl.jar"/>
        <classpathentry kind="lib" path="/xmlParserAPIs.jar"/>
        <classpathentry kind="lib" path="/jface.jar"/>
        <classpathentry kind="lib" path="/swt.jar"/>
        <classpathentry kind="lib" path="/dtcore.jar"/>
        <classpathentry kind="lib" path="/resources.jar"/>
        <classpathentry kind="lib" path="/workbench.jar"/>
        <classpathentry kind="lib" path="/text.jar"/>
        <classpathentry kind="lib" path="/jfacetext.jar"/>
        <classpathentry kind="lib" path="/dtui.jar"/>
        <classpathentry kind="lib" path="/boot.jar"/>
        <classpathentry kind="lib" path="/texteditor.jar"/>
        <classpathentry kind="lib" path="E:/Eclipse_Install/Eclipse_Lib/JDT/junit.jar"/>
        <classpathentry kind="output" path="bin"/>
    </classpath>
      

  3.   

    org.eclipse.jdt.launching
    <classpath>
        <classpathentry kind="src" path="launching/"/>
        <classpathentry kind="src" path="support"/>
        <classpathentry kind="src" path="/org.eclipse.jdt.core"/>
        <classpathentry kind="src" path="/org.eclipse.jdt.debug"/>
        <classpathentry kind="var" path="JRE_LIB" sourcepath="JRE_SRC"/>
        <classpathentry kind="lib" path="/resources.jar"/>
        <classpathentry kind="lib" path="/runtime.jar"/>
        <classpathentry kind="lib" path="/dtcore.jar"/>
        <classpathentry kind="lib" path="/xercesImpl.jar"/>
        <classpathentry kind="lib" path="/xmlParserAPIs.jar"/>
        <classpathentry kind="lib" path="/boot.jar"/>
        <classpathentry kind="output" path="bin"/>
    </classpath>
     
    org.eclipse.jdt.ui
    <classpath>
        <classpathentry kind="src" path="ui/"/>
        <classpathentry kind="src" path="ui refactoring/"/>
        <classpathentry kind="src" path="core refactoring/"/>
        <classpathentry kind="src" path="core extension/"/>
        <classpathentry kind="src" path="/org.eclipse.jdt.launching"/>
        <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
        <classpathentry kind="src" path="/org.eclipse.jdt.debug"/>
        <classpathentry kind="src" path="/org.eclipse.jdt.core"/>
        <classpathentry kind="lib" path="/xercesImpl.jar"/>
        <classpathentry kind="lib"
            path="/runtime.jar" sourcepath="D:/eclipse/corelib/runtimesrc.zip"/>
        <classpathentry kind="lib"
            path="/resources.jar" sourcepath="D:/eclipse/corelib/resourcessrc.zip"/>
        <classpathentry kind="lib" path="/dtui.jar"/>
        <classpathentry kind="lib" path="/dtcore.jar"/>
        <classpathentry kind="lib"
            path="/swt.jar" sourcepath="D:/eclipse/corelib/swtsrc.zip"/>
        <classpathentry kind="lib"
            path="/jface.jar" sourcepath="E:/Eclipse_SDK/plugins/org.eclipse.platform.source_2.1.1/src/org.eclipse.jface_2.1.1/jfacesrc.zip"/>
        <classpathentry kind="lib"
            path="/ui.jar" sourcepath="E:/Eclipse_SDK/plugins/org.eclipse.platform.source_2.1.1/src/org.eclipse.ui_2.1.1/uisrc.zip"/>
        <classpathentry kind="lib"
            path="/jfacetext.jar" sourcepath="E:/Eclipse_SDK/plugins/org.eclipse.platform.source_2.1.1/src/org.eclipse.jface.text_2.1.0/jfacetextsrc.zip"/>
        <classpathentry kind="lib" path="/text.jar"/>
        <classpathentry kind="lib"
            path="/workbench.jar" sourcepath="D:/eclipse/corelib/workbenchsrc.zip"/>
        <classpathentry kind="lib" path="/help.jar"/>
        <classpathentry kind="lib" path="/xmlParserAPIs.jar"/>
        <classpathentry kind="lib" path="/texteditor.jar"/>
        <classpathentry kind="lib" path="/compare.jar"/>
        <classpathentry kind="lib" path="/team.jar"/>
        <classpathentry kind="lib" path="/editors.jar"/>
        <classpathentry kind="lib" path="/search.jar"/>
        <classpathentry kind="lib" path="/views.jar"/>
        <classpathentry kind="output" path="bin"/>
    </classpath>