Quantcast
Channel: Run exe from java on Linux - Stack Overflow
Browsing all 2 articles
Browse latest View live

Answer by Malt for Run exe from java on Linux

exe files are have a specific, Windows-only format called Portable Executable (PE). It's not compatible with the format Linux uses for executable files, not to mention differences in system calls...

View Article



Run exe from java on Linux

I am not sure if this is possible, I wanted to run a Windows exe application from the command line from my java program - something likeProcess process = Runtime.getRunTime().exec("myapp.exe...

View Article
Browsing all 2 articles
Browse latest View live




Latest Images