How do I run an exe file on an Apple iPad?

  • JavaScript
  • Thread starter SheldonCooper13
  • Start date
  • Tags
    apple Ipad
  • #1
SheldonCooper13
5
0
what conditions do i need to implement in order to run an exe on an ipad
 
Technology news on Phys.org
  • #2
A lot. It is both a different operating system (Windows vs iPadOS) and a different chip set (x86 vs ARM I suppose). So, that is going to be really hard, you need some kind of framework like mono, but then for this case. I have no idea if that even exists.
 
  • #3
You will probably need a virtual machine like this one for example. (Although I never tried it personally.)
 
  • #4
SheldonCooper13 said:
what conditions do i need to implement in order to run an exe on an ipad
What does your question have to do with JavaScript?
 
  • #5
SheldonCooper13 said:
run an exe on an ipad
What kind of .EXE exactly?
Once upon a time there was iDOS :wink:
 
  • #6
Mark44 said:
What does your question have to do with JavaScript?
Um...it would be easier to answer if it did? :smile:
 
  • Haha
Likes berkeman
  • #7
Rive said:
What kind of .EXE exactly?
Once upon a time there was iDOS :wink:
I'm old enough to remember DEC's TOPS-10 and VAX/VMS operating systems, which both had .EXE files IIRC.
 
  • Haha
Likes sophiecentaur and Rive

Similar threads

  • Programming and Computer Science
Replies
25
Views
2K
  • Programming and Computer Science
Replies
5
Views
1K
  • Computing and Technology
Replies
1
Views
1K
  • Computing and Technology
Replies
6
Views
1K
Replies
19
Views
1K
  • Programming and Computer Science
Replies
29
Views
2K
  • Programming and Computer Science
2
Replies
57
Views
3K
  • Programming and Computer Science
Replies
1
Views
1K
  • Electrical Engineering
Replies
10
Views
1K
  • Computing and Technology
Replies
3
Views
1K
Back
Top