@echo off echo 如果编译错误请设置JDK为1.8版本 if not exist javaPath.txt ( echo 请在项目根目录创建【javaPath.txt】文件并填写jdk路径 pause exit ) set /P javaPath=