当前位置: 技术问答>java相关
请各大高手出马! shell问题(200分先送上 不够在加)
来源: 互联网 发布时间:2015-10-29
本文导语: http://expert.csdn.net/Expert/topic/1159/1159075.xml?temp=.9044153 目的:在jsp中,运行服务器上的一个exe程序. 我用了下边两个方法都没成功. 1.Runtime.getRuntime().exec(cmd); 能执行xcopy 等命令. 但并不能运行一个exe程序(在jsp中). 2.我...
http://expert.csdn.net/Expert/topic/1159/1159075.xml?temp=.9044153
目的:在jsp中,运行服务器上的一个exe程序.
我用了下边两个方法都没成功.
1.Runtime.getRuntime().exec(cmd); 能执行xcopy 等命令.
但并不能运行一个exe程序(在jsp中).
2.我用了jni技术,能运行本地的程序.但嵌入到jsp中就不行了.老说这样接口不对那样不对的.
目的:在jsp中,运行服务器上的一个exe程序.
我用了下边两个方法都没成功.
1.Runtime.getRuntime().exec(cmd); 能执行xcopy 等命令.
但并不能运行一个exe程序(在jsp中).
2.我用了jni技术,能运行本地的程序.但嵌入到jsp中就不行了.老说这样接口不对那样不对的.
|
我原来也有这样的设想,不过好象不行,就放弃了
关注
关注
|
paste the error messge on the web.
|
First u can try run notepad in your jsp
if it success, and your exe program will be ok.
check exe path and the eviroment.
good luck.
if it success, and your exe program will be ok.
check exe path and the eviroment.
good luck.
|
Runtime.getRuntime().exec(cmd)是肯定能用的,你试试系统路径是不是不对?
在dos下运行.exe文件,不要在该文件目录下。
在dos下运行.exe文件,不要在该文件目录下。
|
我试过了,jsp也没问题。
我的环境:win2k + weblogic6
这跟web服务器没什么关系,所以还是你的系统路径的问题
我的环境:win2k + weblogic6
这跟web服务器没什么关系,所以还是你的系统路径的问题