Can html run exe file? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

Can html run exe file?

I want to run java exe file in my html page can i do it?

13th Aug 2019, 9:56 PM
Mixalis Arxontakis
Mixalis Arxontakis - avatar
2 Answers
+ 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
14th Aug 2019, 3:48 AM
Daniel C
Daniel C - avatar
+ 3
Writing Java applets for the front end is old technology.
14th Aug 2019, 1:34 AM
Sonic
Sonic - avatar