.classpath
来自「一个简单的mapreduce实现」· CLASSPATH 代码 · 共 18 行
CLASSPATH
18 行
<?xml version="1.0" encoding="UTF-8"?><classpath> <classpathentry kind="src" path=""/> <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/> <classpathentry kind="lib" path="/home/jhebert/code/java/hadoop-0.12.2/lib/servlet-api.jar"/> <classpathentry kind="lib" path="/home/jhebert/code/java/hadoop-0.12.2/lib/log4j-1.2.13.jar"/> <classpathentry kind="lib" path="/home/jhebert/code/java/hadoop-0.12.2/lib/junit-3.8.1.jar"/> <classpathentry kind="lib" path="/home/jhebert/code/java/hadoop-0.12.2/lib/jetty-5.1.4.jar"/> <classpathentry kind="lib" path="/home/jhebert/code/java/hadoop-0.12.2/lib/jets3t-0.5.0.jar"/> <classpathentry kind="lib" path="/home/jhebert/code/java/hadoop-0.12.2/lib/commons-logging-api-1.0.4.jar"/> <classpathentry kind="lib" path="/home/jhebert/code/java/hadoop-0.12.2/lib/commons-logging-1.0.4.jar"/> <classpathentry kind="lib" path="/home/jhebert/code/java/hadoop-0.12.2/lib/commons-httpclient-3.0.1.jar"/> <classpathentry kind="lib" path="/home/jhebert/code/java/hadoop-0.12.2/lib/commons-codec-1.3.jar"/> <classpathentry kind="lib" path="/home/jhebert/code/java/hadoop-0.12.2/lib/commons-cli-2.0-SNAPSHOT.jar"/> <classpathentry kind="lib" path="/home/jhebert/code/java/hadoop-0.12.2/hadoop-0.12.2-core.jar"/> <classpathentry kind="output" path=""/></classpath>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?