I have java class file (server.class) I want to run this file to client machine using php.
My approach
- download the file from server to client machine
- run this file in client machine
- close the cmd and delete the file after on pressing another button
tell me my approach is right or I am making it more complex.If it is complex the then suggest me what is the right approach?