如果需要jre,需要到jdk目录下面去
打开命令窗口,然后执行如下命令:
bin\jlink.exe --module-path jmods --add-modules java.desktop --output jre
执行完之后就会生成jre
2023-10-08 16:53:10