Skip to content

Commit dc09e56

Browse files
committed
修改jre使用jre11,支持高分辨率屏正常显示。
1 parent 1e63aa0 commit dc09e56

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

62 files changed

+3917
-8
lines changed
-69 Bytes
Binary file not shown.

_release/_debug.bat

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
1-
SubTitleSearcher\jre\bin\java -Dfile.encoding=utf-8 -jar SubTitleSearcher\SubTitleSearcher.exe
1+
SubTitleSearcher\jre\bin\java -Dfile.encoding=utf-8 -jar SubTitleSearcher\SubTitleSearcher.exe
2+
pause

_release/export_jre.bat

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
set JAVA_HOME=D:\Java\jdk-11\
2+
set CLASSPATH=%JAVA_HOME%\jre\lib\rt.jar;%JAVA_HOME%\lib\tools.jar
3+
set PATH=%JAVA_HOME%\bin
4+
jlink -p %JAVA_HOMER%/jmods --add-modules java.base,java.desktop,java.sql --output jre-11
5+
rd /s /q jre-11\legal
6+
rd /s /q jre-11\include
7+
del /q jre-11\release
8+

_release/jre-11/bin/awt.dll

1.45 MB
Binary file not shown.
410 KB
Binary file not shown.

_release/jre-11/bin/freetype.dll

498 KB
Binary file not shown.

_release/jre-11/bin/java.dll

139 KB
Binary file not shown.

_release/jre-11/bin/java.exe

215 KB
Binary file not shown.

_release/jre-11/bin/javajpeg.dll

153 KB
Binary file not shown.

_release/jre-11/bin/javaw.exe

216 KB
Binary file not shown.

0 commit comments

Comments
 (0)