.classpath

来自「eclipse中」· CLASSPATH 代码 · 共 21 行

CLASSPATH
21
字号
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
	<classpathentry kind="src" path="src">
		<attributes>
		</attributes>
	</classpathentry>
	<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER">
		<attributes>
		</attributes>
	</classpathentry>
	<classpathentry kind="con" path="SWT_CONTAINER/JFACE">
		<attributes>
		</attributes>
	</classpathentry>
	<classpathentry kind="con" path="org.eclipse.jdt.USER_LIBRARY/swt_lib">
		<attributes>
		</attributes>
	</classpathentry>
	<classpathentry kind="output" path="classes"/>
</classpath>

⌨️ 快捷键说明

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