Skip to content

Commit

Permalink
docs_20231124_提示优化_zangzang
Browse files Browse the repository at this point in the history
  • Loading branch information
CiZaii committed Nov 24, 2023
1 parent 96fbf4d commit cee2021
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ private ReflectHelper() {
}));

final String jdkVersion = JreEnum.currentVersion().name();
return $ACCESSIBLEObjectOpp.orElseThrow(() -> new RuntimeException("当前JDK版本" + jdkVersion + "进行了模块化管理,可以手动修改JVM启动参数来解决,如:--add-opens java.base/java.util=ALL-UNNAMED --add-opens\n" +
return $ACCESSIBLEObjectOpp.orElseThrow(() -> new RuntimeException("当前JDK版本" + jdkVersion + "可能进行了模块化管理,可以尝试手动修改JVM启动参数来解决,如:--add-opens java.base/java.util=ALL-UNNAMED --add-opens\n" +
" java.base/java.lang=ALL-UNNAMED --add-opens java.base/java.lang.invoke=ALL-UNNAMED"));
}

Expand Down

0 comments on commit cee2021

Please sign in to comment.