Question #184793 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/184793
Summary changed to: How to launch Sikuli's bundled Jython on a Windows 64Bit system? --- Use SysWOW64 Description changed to: *** solution see comment #9 ---------------------------------------------- Okay so my company is switching to 64 bit windows 7 machines. They got me a test setup early so i can prepare for the transition. So now i have to update my scripts to work in the new environment. i have it working in eclipse just fine. but when i did a deployment test i had issues. The script works in eclipse but not on my machine through the launcher. i buid all my scripts to sit in a location on the network. i delpoy it to my users by giving them a short cut that starts the scripts. i also build my script at the Jython layer aka no ".sikuli" folders. when i get to work i'll post more specifics. %SystemRoot%/java -cp "path-to-sikuli-script.jar" org.python.utl "path- to-script" the above short cut options don't seem to work anymore. i get errors. %SystemRoot%/java -d32 -cp "path-to-sikuli-script.jar" org.python.utl "path-to-script" i have tryied to specify the 32bit jvm but still no luck. anyideas how i can get this short cut arguments working? PS: Hi raiman it's me eliteSKL... i forgot my password and so now i have new account. -- You received this question notification because you are a member of Sikuli Drivers, which is an answer contact for Sikuli. _______________________________________________ Mailing list: https://launchpad.net/~sikuli-driver Post to : [email protected] Unsubscribe : https://launchpad.net/~sikuli-driver More help : https://help.launchpad.net/ListHelp

