我有一个问题,我想在 asp.net 项目中使用 jar。
我的代码:
System.Diagnostics.Process process1 = new System.Diagnostics.Process();
process1.StartInfo.WorkingDirectory = Request.MapPath("/");
process1.StartInfo.FileName = Request.MapPath("kokBul.jar");
process1.Start();
错误:
发生Java异常
请帮忙
谢谢..