Skip to content
This repository was archived by the owner on Sep 5, 2025. It is now read-only.

Commit 4c545c7

Browse files
committed
readme
1 parent f9c1237 commit 4c545c7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/me/n1ar4/jar/obfuscator/core/Runner.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -377,7 +377,7 @@ public static void run(Path path, BaseConfig config) {
377377
// 检查 JAVA 8 环境
378378
String javaVersion = System.getProperty("java.version");
379379
if (!javaVersion.startsWith("1.8.")) {
380-
logger.error("该功能需要 JAVA 8 环境");
380+
logger.error("字节码加密功能需要 JAVA 8 环境");
381381
return;
382382
}
383383

0 commit comments

Comments
 (0)