.classpath
来自「Eclipse RCP应用系统开发方法与实战源代码」· CLASSPATH 代码 · 共 34 行
CLASSPATH
34 行
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
<classpathentry kind="src" path="src"/>
<classpathentry exported="true" kind="lib" path="lib/derby.jar"/>
<classpathentry exported="true" kind="lib" path="lib/derbyclient.jar"/>
<classpathentry exported="true" kind="lib" path="lib/derbynet.jar"/>
<classpathentry exported="true" kind="lib" path="lib/hibernate3.jar"/>
<classpathentry exported="true" kind="lib" path="lib/log4j-1.2.11.jar"/>
<classpathentry exported="true" kind="lib" path="lib/mysql-connector-java-5.0.4-bin.jar"/>
<classpathentry exported="true" kind="lib" path="lib/commons-collections-2.1.1.jar"/>
<classpathentry exported="true" kind="lib" path="lib/commons-logging-1.0.4.jar"/>
<classpathentry exported="true" kind="lib" path="lib/concurrent-1.3.2.jar"/>
<classpathentry exported="true" kind="lib" path="lib/connector.jar"/>
<classpathentry exported="true" kind="lib" path="lib/ehcache-1.2.3.jar"/>
<classpathentry exported="true" kind="lib" path="lib/asm.jar"/>
<classpathentry exported="true" kind="lib" path="lib/c3p0-0.9.0.jar"/>
<classpathentry exported="true" kind="lib" path="lib/cglib-2.1.3.jar"/>
<classpathentry exported="true" kind="lib" path="lib/checkstyle-all.jar"/>
<classpathentry exported="true" kind="lib" path="lib/cleanimports.jar"/>
<classpathentry exported="true" kind="lib" path="lib/dom4j-1.6.1.jar"/>
<classpathentry exported="true" kind="lib" path="lib/jaas.jar"/>
<classpathentry exported="true" kind="lib" path="lib/jacc-1_0-fr.jar"/>
<classpathentry exported="true" kind="lib" path="lib/javassist.jar"/>
<classpathentry exported="true" kind="lib" path="lib/jdbc2_0-stdext.jar"/>
<classpathentry exported="true" kind="lib" path="lib/jgroups-2.2.8.jar"/>
<classpathentry exported="true" kind="lib" path="lib/jta.jar"/>
<classpathentry exported="true" kind="lib" path="lib/oscache-2.1.jar"/>
<classpathentry exported="true" kind="lib" path="lib/swarmcache-1.0rc2.jar"/>
<classpathentry exported="true" kind="lib" path="lib/syndiag2.jar"/>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
<classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/>
<classpathentry kind="output" path="bin"/>
</classpath>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?