project1.exe4j

来自「操作系统中」· EXE4J 代码 · 共 29 行

EXE4J
29
字号
<?xml version="1.0" encoding="UTF-8"?>
<exe4j version="2.2">
  <directoryPresets config="C:/Program Files/Xinox Software/JCreatorV3/MyProjects/project1" />
  <application name="project1" distributionSourceDir="C:/Program Files/Xinox Software/JCreatorV3/MyProjects/project1" />
  <executable name="scheduling algorithm" type="2" iconSet="true" iconFile="C:/Program Files/Xinox Software/JCreatorV3/MyProjects/project1/Neighbourhood.ico" executableDir="" redirectStderr="true" stderrFile="error.log" redirectStdout="false" stdoutFile="output.log" failOnStderrOutput="true" executableMode="1" changeWorkingDirectory="true" workingDirectory="." singleInstance="false" serviceStartType="2" serviceDependencies="" jreLocation="" jreUncompressedSize="0">
    <messageSet language="English" />
    <versionInfo include="false" fileVersion="" companyName="" fileDescription="" legalCopyright="" productVersion="" internalName="" />
  </executable>
  <splashScreen show="true" autoOff="true" alwaysOnTop="true" width="720" height="480" bitmapFile="C:/Program Files/Xinox Software/JCreatorV3/MyProjects/project1/PDVD_046.BMP">
    <text>
      <statusLine x="20" y="20" text="" font="Arial" fontSize="8" fontColor="0,0,0" fontWeight="500" />
      <versionLine x="20" y="40" text="version %VERSION%" font="Arial" fontSize="8" fontColor="0,0,0" fontWeight="500" />
    </text>
  </splashScreen>
  <java mainClass="project1" vmParameters="" arguments="" allowVMPassthroughParameters="true" minVersion="1" maxVersion="" preferredVM="">
    <searchSequence>
      <registry />
      <envVar name="JAVA_HOME" />
      <envVar name="JDK_HOME" />
    </searchSequence>
    <classPath>
      <archive location="./project1.jar" failOnError="false" />
    </classPath>
    <nativeLibraryDirectories />
  </java>
  <includedFiles />
</exe4j>

⌨️ 快捷键说明

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