.classpath

来自「jsp入门级代码」· CLASSPATH 代码 · 共 29 行

CLASSPATH
29
字号
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
	<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER">
		<attributes>
		</attributes>
	</classpathentry>
	<classpathentry output="Tags/WEB-INF/classes" kind="src" path="j2src">
		<attributes>
		</attributes>
	</classpathentry>
	<classpathentry kind="var" path="JDK_TOOLS">
		<attributes>
		</attributes>
	</classpathentry>
	<classpathentry kind="var" path="TOMCAT_HOME/bin/bootstrap.jar">
		<attributes>
		</attributes>
	</classpathentry>
	<classpathentry kind="var" path="TOMCAT_HOME/common/lib/servlet-api.jar">
		<attributes>
		</attributes>
	</classpathentry>
	<classpathentry kind="var" path="TOMCAT_HOME/common/lib/jsp-api.jar">
		<attributes>
		</attributes>
	</classpathentry>
	<classpathentry kind="output" path="bin"/>
</classpath>

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?