Skip to content

Commit

Permalink
Merge pull request #884 from stokito/install4j
Browse files Browse the repository at this point in the history
SPARK-2346 make default-jre or any other JRE for Linux Deb
  • Loading branch information
Plyha committed Sep 8, 2024
2 parents 9476333 + 8dc2976 commit feae190
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions distribution/src/installer/spark.install4j
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
</files>
<launchers>
<launcher name="Spark" id="4" icnsFile="images/message.icns">
<executable name="Spark" iconSet="true" iconFile="images/spark.ico" executableDir="." stderrFile="logs/error.log" redirectStdout="true" stdoutFile="logs/output.log" executableMode="gui" singleInstance="true" serviceDescription="communicator" dpiAware="false">
<executable name="Spark" iconSet="true" iconFile="images/spark.ico" executableDir="." redirectStderr="false" executableMode="gui" singleInstance="true" serviceDescription="communicator" dpiAware="false">
<versionInfo include="true" fileDescription="${compiler:sys.shortName}" legalCopyright="${compiler:sys.publisher}" internalName="${compiler:sys.shortName}" />
</executable>
<java mainClass="org.jivesoftware.launcher.Startup" vmParameters="&quot;-Dappdir=${launcher:sys.launcherDirectory}&quot; -Dsun.java2d.noddraw=true &quot;-Djava.library.path=${launcher:sys.launcherDirectory}\lib\windows&quot;" preferredVM="client">
Expand Down Expand Up @@ -844,7 +844,7 @@ return console.askYesNo(message, true);
</exclude>
<jreBundle jreBundleSource="none" />
</linuxRPM>
<linuxDeb name="Linux Deb Archive" id="166" dependencies="default-jre">
<linuxDeb name="Linux Deb Archive" id="166" dependencies="default-jre | java-runtime (&gt;= 8)">
<exclude>
<entry location="bin/startup.bat" />
<entry location="documentation" />
Expand Down

0 comments on commit feae190

Please sign in to comment.