lbruun

Results 2 comments of lbruun

Sure. I don't think you can tell the difference any more on 32-bit vs 64-bit just by checking for the presence of a file as was the case prior to...

Have a look at the Gist I created: https://gist.github.com/phansson/3160a3f607fd887a2cdf031896115f5c Feel free to copyright it in your own name or whatever. You'll simply use it like this ```java if (WinExeUtils.is64Bit(exeFile)) {...