主题:jsp调用外部exe文件出错
我想在java中实现调用exe文件。在jsp中
<script language="javascript">
var shell = new ActiveXObject("WScript.Shell");
shell.Run("外部程序的路径");
</script>
运行后报错:Automation服务器不能创建对象
哪位朋友能帮忙解决一下?
<script language="javascript">
var shell = new ActiveXObject("WScript.Shell");
shell.Run("外部程序的路径");
</script>
运行后报错:Automation服务器不能创建对象
哪位朋友能帮忙解决一下?