-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathUserBehavior.exe4j
More file actions
33 lines (33 loc) · 2.13 KB
/
UserBehavior.exe4j
File metadata and controls
33 lines (33 loc) · 2.13 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
<?xml version="1.0" encoding="UTF-8"?>
<exe4j version="5.1" transformSequenceNumber="2">
<directoryPresets config="D:/IdeaProject/UserBehaviorAnalysis/target" />
<application name="UserBehavior" distributionSourceDir="D:/IdeaProject/UserBehaviorAnalysis">
<languages>
<principalLanguage id="en" customLocalizationFile="" />
</languages>
</application>
<executable name="UserBehaviorService" type="2" iconSet="true" iconFile="D:/tools/pic/pic/1312518216_animal-bug-insect.ico" executableDir="." redirectStderr="false" stderrFile="error.log" stderrMode="overwrite" redirectStdout="false" stdoutFile="output.log" stdoutMode="overwrite" failOnStderrOutput="true" executableMode="3" changeWorkingDirectory="true" workingDirectory="." singleInstance="false" serviceStartType="2" serviceDependencies="" serviceDescription="" jreLocation="" executionLevel="asInvoker" checkConsoleParameter="false" globalSingleInstance="false" singleInstanceActivate="true" dpiAware="false" amd64="true">
<messageSet />
<versionInfo include="false" fileVersion="" fileDescription="" legalCopyright="" internalName="" productName="" companyName="" productVersion="" />
</executable>
<splashScreen show="false" width="0" height="0" bitmapFile="" windowsNative="false" textOverlay="false">
<text>
<statusLine x="20" y="20" text="" fontSize="8" fontColor="0,0,0" bold="false" />
<versionLine x="20" y="40" text="version %VERSION%" fontSize="8" fontColor="0,0,0" bold="false" />
</text>
</splashScreen>
<java mainClass="com.behavior.BehaviorMain" vmParameters="-Dlog4j.configurationFile=config/log4j2.xml" arguments="" allowVMPassthroughParameters="true" preferredVM="" bundleRuntime="true" minVersion="1.8" maxVersion="" allowBetaVM="true" jdkOnly="false">
<searchSequence>
<registry />
<envVar name="JAVA_HOME" />
<envVar name="JDK_HOME" />
</searchSequence>
<classPath>
<archive location="D:/IdeaProject/UserBehaviorAnalysis/target/UserBehaviorAnalysis-1.1.jar" failOnError="false" />
</classPath>
<nativeLibraryDirectories />
<vmOptions />
</java>
<includedFiles />
<unextractableFiles />
</exe4j>