bat 指定jdk路径 运行jar

bat文件内容:

@echo off

cd D:/J2EE/Java/jdk1.6.0_43/bin

java -jar D:/test/test.jar

猜你喜欢

转载自chun521521.iteye.com/blog/2422284
今日推荐