Windows找不到'\ bin \ ssvagent.exe' [英] Windows can not find '\bin\ssvagent.exe'

查看:161
本文介绍了Windows找不到'\ bin \ ssvagent.exe'的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我在Windows 7 CMD上键入了以下内容:_

I have type the following on my windows 7 CMD:_

javaws -viewer

但是出现了以下错误:-"Windows找不到'\ bin \ ssvagent.exe'",那怎么了?

But the following error was raised:- "Windows can not find '\bin\ssvagent.exe' ", so what is going wrong?

推荐答案

有两种简单的方法可以正确运行命令:

There are two easy ways to run your command properly:

1)要进行永久性修复,您需要在Windows calsspath中添加Java bin文件夹. 然后,当您使用javaws命令时,它将知道ssvagent.exe文件所在的位置.

1) For a permanent fix you need to add the java bin folder you your windows calsspath. Then when you use the javaws command it will know where the ssvagent.exe file is located.

2)如果只需要使用一次或两次,则需要使用cd "[path to jre bin folder]" 例如:cd "C:\Program Files (x86)\Java\jre7\bin"

2) If you only need to use this once or twice then you will need to naviagte to the jre bin folder, using: cd "[path tojrebin folder]" example: cd "C:\Program Files (x86)\Java\jre7\bin"

完成此操作后,可以使用命令:javaws -viewer

Once you have done that, you can use your command: javaws -viewer

有关将Java添加到类路径的更多信息:

More info about adding java to your classpath:

  • http://www.ehow.com/how_7166816_set-up-java-classpath-windows.html
  • http://docs.oracle.com/javase/1.5.0/docs/tooldocs/windows/classpath.html

如果由于某些原因上述选项无济于事,则需要重新安装Java

If for some reason the above options don't help, then you need to reinstall java

这篇关于Windows找不到'\ bin \ ssvagent.exe'的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆