I have .exe java file and .html file. Both of them in the same folder on a server. I need to execute the .exe java file by clicking on a button in the html page. Is this possible?
Thank you.
I have .exe java file and .html file. Both of them in the same folder on a server. I need to execute the .exe java file by clicking on a button in the html page. Is this possible?
Thank you.
No. If you want to run the Java code within a HTML page, then please use Applets.
Also note that Applet's require the end-user to have the Java plugin installed in their web browser. (It won't work on mobile).