Hi all,
I want to call a standalone Java program through Javascript .
am calling using the below statement in Javascript,
my java class file is present in the folder with my javascript,
the Java program contains a main() method. and the program execution needs to start with the main() method.
but how to call Java program via javascript ? Can someone please help me out?
Thanks
minjust


