Hello Monks,
I am calling a Java class file through my script. I using syntax .... system("java JavaClassFile");
This syntax is working, if I am executing this script on command line. BUT, if I run it through browser(as CGI script), it doesn't work. Any suggestion, how to run it through browser?
Thanks in advance.
-Rohit