+ 1
Can html run exe file?
I want to run java exe file in my html page can i do it?
2 Respuestas
+ 2
You cannot embed an exe file into an html document. The user would have to download the file and run it themselves. However, it is possible to run a file that the user has downloaded using <a>.
Read more here: https://stackoverflow.com/questions/4252913/open-an-exe-file-through-a-link-in-a-html-file
+ 3
Writing Java applets for the front end is old technology.