[Sikuli-driver] [Question #244266]: Can Sikuli distinguish 32bit windows from 64bit please?

2014-02-19 Thread Parn Yin
New question #244266 on Sikuli: https://answers.launchpad.net/sikuli/+question/244266 Sikuli has functions like Env.getOS() and Env.getOSVersion(). But can it distinguish 32bit windows from 64bit please? If it can't so far, excuse me, is there a way to use Jython or Java to do it? It seems the

Re: [Sikuli-driver] [Question #244266]: Can Sikuli distinguish 32bit windows from 64bit please?

2014-02-19 Thread RaiMan
Question #244266 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/244266 Status: Open = Answered RaiMan proposed the following answer: in Java String osarch = System.getProperty(os.arch); in Jython osarch = java.lang.System.getProperty(os.arch); -- You received this