What I want to archive is I have a.exe file saved in server. This a.exe needs one INT input from 0-10, and the output of it is to create a file for user. And then webpage can show it to users. My question is how can I call the a.exe? My website's back end is created with Java. Where should I put that call for a.exe? How to do that? Or maybe in the first place, is is possible to do it? I don't really care the speed, since there is only one user can use it each time.
Thanks a lot!!!!