Skip to content

Commit

Permalink
修复JVM找不到问题
Browse files Browse the repository at this point in the history
  • Loading branch information
starmcc committed Mar 3, 2023
1 parent 6693a2c commit 1bc8fcc
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions build/exe4j/QsBeanfun.exe4j
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,7 @@
</splashScreen>
<java mainClass="com.starmcc.beanfun.QsBeanfunApplication" vmParameters="" arguments="" allowVMPassthroughParameters="true" preferredVM="" bundleRuntime="true" minVersion="1.8" maxVersion="" allowBetaVM="false" jdkOnly="false">
<searchSequence>
<directory location="../jre" />
<registry />
<envVar name="JAVA_HOME" />
<directory location="./jre" />
</searchSequence>
<classPath>
<archive location="../target/qs-beanfun.jar" failOnError="false" />
Expand Down

0 comments on commit 1bc8fcc

Please sign in to comment.