V
Vivek
hi
I have 2 files, a Java ".class" file and a JSP file
I need to invoke the Java ".class" file from the JSP file.
from the JSP file I have to pass command line arguments to the Java
".class" file ( by command line arguments i mean the String args[] of
the "public static void main(string args[])" ).
and i have to display the output of the Java ".class" file in a web
page using JSP.
can anybody help me out.
I have 2 files, a Java ".class" file and a JSP file
I need to invoke the Java ".class" file from the JSP file.
from the JSP file I have to pass command line arguments to the Java
".class" file ( by command line arguments i mean the String args[] of
the "public static void main(string args[])" ).
and i have to display the output of the Java ".class" file in a web
page using JSP.
can anybody help me out.