java: how can i set the compatibility mode of a native .exe?

Posted by Jakob on Stack Overflow See other posts from Stack Overflow or by Jakob
Published on 2010-05-23T20:15:42Z Indexed on 2010/05/23 20:21 UTC
Read the original article Hit count: 408

So i have a native executable (both for OS X and Windows) tucked inside a .jar, which is then programatically extracted to a temp location and executed from there. Unfortunately this executable will not run properly on my Windows machine (Win 7 64bit), when i manually set the compatibility mode to a Windows XP preset however, it will work.

Is there a way i can do this programatically from Java?

© Stack Overflow or respective owner

Related posts about java

Related posts about executable