am using tomcat and jdk 2.0
i need to call an exe file from my jsp page. i've tried the Runtime class and exec("calc.exe" ). but it is not working anyone can help?
thnx in advance
i need to call an exe file from my jsp page. i've tried the Runtime class and exec("calc.exe" ). but it is not working anyone can help?
thnx in advance
Comment