我在 Eclipse 中从我的 java 项目创建了可执行 jar。双击它运行得很好,但通过命令行它返回一些错误。试过:
c:\>myFile.jar
c:\>"myFile.jar"
c:\>java -jar myFile.jar //here i can see the errors
我如何通过 cmd 运行文件,就像我双击它一样?
我在 Eclipse 中从我的 java 项目创建了可执行 jar。双击它运行得很好,但通过命令行它返回一些错误。试过:
c:\>myFile.jar
c:\>"myFile.jar"
c:\>java -jar myFile.jar //here i can see the errors
我如何通过 cmd 运行文件,就像我双击它一样?