.classpath

来自「国外的一套开源CRM」· CLASSPATH 代码 · 共 9 行

CLASSPATH
9
字号
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
    <classpathentry kind="src" path="src"/>
    <classpathentry kind="var" path="JRE_LIB" rootpath="JRE_SRCROOT" sourcepath="JRE_SRC"/>
    <classpathentry kind="src" path="/lib"/>
    <classpathentry kind="src" path="/core"/>
    <classpathentry kind="output" path="bin"/>
</classpath>

⌨️ 快捷键说明

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