Load class package eclipse project

Relations eclipse of class loading in .classpath file in the project path, you can directly copy the contents to the new project, as follows:

<?xml version="1.0" encoding="UTF-8"?>
<classpath>
<classpathentry kind="src" path="src"/>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/J2SE-1.5"/>
<classpathentry kind="lib" path="D:/java/plugins/CGLib/cglib-2.2.2.jar"/>
<classpathentry kind="con" path="org.eclipse.jdt.USER_LIBRARY/spring4.0.4"/>
<classpathentry kind="lib" path="D:/java/eclipse/plugins/aopalliance.jar"/>
<classpathentry kind="lib" path="D:/java/eclipse/plugins/aspectj-1.8.0.jar"/>
<classpathentry kind="lib" path="D:/java/eclipse/plugins/spring/commons-logging-1.1.3.jar"/>
<classpathentry kind="output" path="bin"/>
</classpath>

Guess you like

Origin www.cnblogs.com/earthchinagl/p/11112067.html