如何运行一个具有Look& amp;的Java应用程序jar感觉来自.asp(经典ASP)

时间:2014-11-28 13:35:09

标签: java jquery jar asp-classic cmd

登录后我有first.asp我有代码

  <script type="text/javascript" language="javascript">


                           function runMyCommand() {
                               var xmlhttp7 = new XMLHttpRequest();             

                               xmlhttp.open("POST", "mporter_launch.asp", true);
                               xmlhttp.send();
                           }
  </script>

单击按钮运行此操作并在mporter_launch.asp页面上编写

     Set wshshell=CreateObject("WScript.Shell")

    'wshshell.run "cmd.exe /c java -jar ""C:\Program Files\Pap\WZ\Server\bin\mporter.jar"" ""C:\wz-licence.txt""" 1 false

                                Set wshshell=Nothing

这运行cmd.exe和java.exe,我希望我的jar mporter.jar运行但看起来&amp;感觉没有弹出像我使用命令提示符运行它。有任何想法如何做到这一点。提前致谢。

0 个答案:

没有答案