I have a JSP page which launches a CPP app. When an http request is sent from the CPP app, is there any way to get that request served in the JSP from which the app got launched? Please advise
Asked
Active
Viewed 30 times
0
-
I guess that you want to run an executable. Try `java.lang.Runtime's exec() method` – KV Prajapati Jul 08 '15 at 02:22