Skip to content

Commit

Permalink
Added .exe wrapper config
Browse files Browse the repository at this point in the history
  • Loading branch information
damico committed Dec 4, 2023
1 parent bef9758 commit adb6c0e
Show file tree
Hide file tree
Showing 4 changed files with 58 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .classpath
Original file line number Diff line number Diff line change
Expand Up @@ -23,5 +23,18 @@
<attribute name="maven.pomderived" value="true"/>
</attributes>
</classpathentry>
<classpathentry excluding="**" kind="src" output="target/classes" path="src/main/resources">
<attributes>
<attribute name="maven.pomderived" value="true"/>
<attribute name="optional" value="true"/>
</attributes>
</classpathentry>
<classpathentry excluding="**" kind="src" output="target/test-classes" path="src/test/resources">
<attributes>
<attribute name="maven.pomderived" value="true"/>
<attribute name="test" value="true"/>
<attribute name="optional" value="true"/>
</attributes>
</classpathentry>
<classpathentry kind="output" path="target/classes"/>
</classpath>
1 change: 1 addition & 0 deletions dist/bin/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
*.exe
20 changes: 20 additions & 0 deletions dist/bin/launch4j.log
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@


Version: 3.50
CmdLine: C:\Users\info\git\javax25\dist\bin\javax25-decoder-pu2lvm.exe --l4j-debug
JNI: No
WOW64: Yes
Working dir: C:\Users\info\git\javax25\dist\bin\.
Requires JDK: No
Requires 64-Bit: No
Java min ver:
Java max ver:
Substitute: JAVA_HOME = C:\Users\info\jdk-11.0.1
Substitute: PATH = C:\Program Files (x86)\Common Files\Oracle\Java\javapath;C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPowerShell\v1.0\;C:\Windows\System32\OpenSSH\;C:\Program Files\dotnet\;C:\Users\info\apache-maven-3.9.3-bin\bin;C:\Program Files\Microsoft\Azure Functions Core Tools\;C:\Program Files\Git\cmd;C:\Users\info\AppData\Local\Microsoft\WindowsApps;C:\Users\info\.dotnet\tools;C:\Users\info\AppData\Local\Programs\Microsoft VS Code\bin;C:\Users\info\AppData\Local\Programs\Azure Data Studio\bin;C:\Users\info\jdk-11.0.1\bin
JRE paths: C:\Users\info\jdk-11.0.1;C:\Program Files (x86)\Common Files\Oracle\Java\javapath;C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPowerShell\v1.0\;C:\Windows\System32\OpenSSH\;C:\Program Files\dotnet\;C:\Users\info\apache-maven-3.9.3-bin\bin;C:\Program Files\Microsoft\Azure Functions Core Tools\;C:\Program Files\Git\cmd;C:\Users\info\AppData\Local\Microsoft\WindowsApps;C:\Users\info\.dotnet\tools;C:\Users\info\AppData\Local\Programs\Microsoft VS Code\bin;C:\Users\info\AppData\Local\Programs\Azure Data Studio\bin;C:\Users\info\jdk-11.0.1\bin
Check launcher: C:\Users\info\jdk-11.0.1\bin\javaw.exe (OK)
Version string: 1.011.000_001 / 64-Bit (OK)
Launcher: C:\Users\info\jdk-11.0.1\bin\javaw.exe
Launcher args: -jar "C:\Users\info\git\javax25\dist\bin\javax25-decoder-pu2lvm.exe"
Args length: 68/32768 chars
Exit code: 0
24 changes: 24 additions & 0 deletions dist/launch4jconfig.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
<?xml version="1.0" encoding="UTF-8"?>
<launch4jConfig>
<dontWrapJar>false</dontWrapJar>
<headerType>gui</headerType>
<jar>C:\Users\info\git\javax25\target\javax25-0.0.1-SNAPSHOT-jar-with-dependencies.jar</jar>
<outfile>C:\Users\info\git\javax25\dist\bin\javax25-decoder-pu2lvm.exe</outfile>
<errTitle></errTitle>
<cmdLine></cmdLine>
<chdir>.</chdir>
<priority>normal</priority>
<downloadUrl></downloadUrl>
<supportUrl></supportUrl>
<stayAlive>false</stayAlive>
<restartOnCrash>false</restartOnCrash>
<manifest></manifest>
<icon>C:\Users\info\git\javax25\dist\icon.ico</icon>
<jre>
<path>%JAVA_HOME%;%PATH%</path>
<requiresJdk>false</requiresJdk>
<requires64Bit>false</requires64Bit>
<minVersion></minVersion>
<maxVersion></maxVersion>
</jre>
</launch4jConfig>

0 comments on commit adb6c0e

Please sign in to comment.