Include a different jar for x32 and x64 bit operating systems
- by Marc Giombetti
Hello
Is there a way in Java to determine if the software is run on an x32 or x64 operating system - and in function of that - include a different jar during runtime?
I am using qtjambi and they wrap the QT c and c++ libraties in an xxx_x32.jar and xxx_x64.jar
Thanks for your feedback
Marc