1

我正在学习 JavaWebStart 服务。我正在关注本教程这是我的目录结构。执行第 4 步时,我发现jar 不是内部或外部命令,我在 TestJnlp.java 文件位置执行了该命令。我需要什么来运行它吗?我的系统中安装了 jre 和 jdk。
目录结构。

4

1 回答 1

2

Just add the path to system variable. These are the steps:

Right click on MyComputer-->
Properties-->Advanced System Settings(Windows7)-->
Environment Variables-->System Variables-->
Search for PATH in the list-->Click on edit-->
Give a semi colon if not present--> Copy and paste the path to "\jdk1.7.0\bin"
Now, open a new command prompt and then use jar.

于 2013-10-11T05:21:35.553 回答