Java指定jre启动jar程序

生生灯火半杯月 / 2023-05-26 / 原文

start.bat

@echo of
.\jre\bin\java -jar exl-pic.jar
@pause

image