Skip to content

Commit 9eba037

Browse files
Recompiled the Java files and exe to use Java 8 to increase compatibility
1 parent 81c1105 commit 9eba037

File tree

3 files changed

+1
-2
lines changed

3 files changed

+1
-2
lines changed

UnitConverter.exe

-232 Bytes
Binary file not shown.

UnitConverter.jar

-232 Bytes
Binary file not shown.

launch4j-config.xml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,7 @@
1212
<manifest></manifest>
1313
<icon>C:\Users\rjian\Desktop\Java-unit-converter\favicon.ico</icon>
1414
<jre>
15-
<path>C:\Program Files\Java\jdk-22.0.2</path>
16-
<minVersion>22</minVersion>
15+
<minVersion>1.8</minVersion>
1716
<jdkPreference>preferJre</jdkPreference>
1817
<runtimeBits>64</runtimeBits>
1918
</jre>

0 commit comments

Comments
 (0)