Re: [Sikuli-driver] [Question #268529]: where is sikuli-script.jar equivalent when integrating with Robotframework, Selenium

2015-06-28 Thread RaiMan
Question #268529 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/268529 RaiMan posted a new comment: in comment #14 I told you: MUST BE: import org.sikuli.basics.SikulixForJython from sikuli import * SikulixForJython is the helper, to put the sikulixapi.jar/Lib on sys.path, if

Re: [Sikuli-driver] [Question #268529]: where is sikuli-script.jar equivalent when integrating with Robotframework, Selenium

2015-06-28 Thread peter huang
Question #268529 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/268529 Status: Answered = Solved peter huang confirmed that the question is solved: i have got the key points. It is related to Jython classpath. I use following Jythonpath, it works. If Sikulixapi.jar is

Re: [Sikuli-driver] [Question #268529]: where is sikuli-script.jar equivalent when integrating with Robotframework, Selenium

2015-06-27 Thread Zeks
Question #268529 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/268529 Status: Open = Answered Zeks proposed the following answer: Correct usage of jython requires jython -cp YOUR-CLASSPATH script.py -- You received this question notification because you are a member of

Re: [Sikuli-driver] [Question #268529]: where is sikuli-script.jar equivalent when integrating with Robotframework, Selenium

2015-06-26 Thread peter huang
Question #268529 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/268529 peter huang gave more information on the question: in Sikuli_Home, i am pointing to Sikutlix-2014. does it matter to have mutiple Sikuli folders? -- You received this question notification because you are

Re: [Sikuli-driver] [Question #268529]: where is sikuli-script.jar equivalent when integrating with Robotframework, Selenium

2015-06-26 Thread peter huang
Question #268529 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/268529 peter huang gave more information on the question: my enviroment variables are as following: ALLUSERSPROFILE=C:\ProgramData ANDROID_HOME=C:\Users\witon\AppData\Local\Android\sdk

Re: [Sikuli-driver] [Question #268529]: where is sikuli-script.jar equivalent when integrating with Robotframework, Selenium

2015-06-26 Thread peter huang
Question #268529 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/268529 peter huang gave more information on the question: in E:\ on my disk, i have installed 4 sikuli all 1.1.0 E:\ 的目录 2015/06/12 17:23DIR Sikuli 2015/06/25 18:16DIR Sikulix

Re: [Sikuli-driver] [Question #268529]: where is sikuli-script.jar equivalent when integrating with Robotframework, Selenium

2015-06-26 Thread peter huang
Question #268529 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/268529 peter huang gave more information on the question: I have deleted mutiple Sikuli folders but the same errors. No valid Java context for Sikuli availble Java.Security.Codesource.Getlocation() is null --

Re: [Sikuli-driver] [Question #268529]: where is sikuli-script.jar equivalent when integrating with Robotframework, Selenium

2015-06-26 Thread peter huang
Question #268529 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/268529 peter huang gave more information on the question: what is the getlocation() here? is anything wrong? the programme i want to run with Jython is as following: import sys import

Re: [Sikuli-driver] [Question #268529]: where is sikuli-script.jar equivalent when integrating with Robotframework, Selenium

2015-06-26 Thread peter huang
Question #268529 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/268529 peter huang gave more information on the question: what is the getlocation() here? is anything wrong? the programme i want to run with Jython is as following: import sys import

Re: [Sikuli-driver] [Question #268529]: where is sikuli-script.jar equivalent when integrating with Robotframework, Selenium

2015-06-26 Thread peter huang
Question #268529 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/268529 Status: Needs information = Open peter huang gave more information on the question: i am using 1.1.0 , sikulixapi.jar is on my java class path. what is comment #2 section 2.)? -- You received this

Re: [Sikuli-driver] [Question #268529]: where is sikuli-script.jar equivalent when integrating with Robotframework, Selenium

2015-06-26 Thread peter huang
Question #268529 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/268529 peter huang gave more information on the question: all the following are done You might use export or any other appropriate method. In cases you do not want to run scripts from inside the SikuliX IDE or

Re: [Sikuli-driver] [Question #268529]: where is sikuli-script.jar equivalent when integrating with Robotframework, Selenium

2015-06-26 Thread RaiMan
Question #268529 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/268529 RaiMan posted a new comment: @ comment #8: you have C:\Program Files (x86)\Sikuli X\libs in your system path. When working with 1.1.0 you should purge or hide everything, that has to do with any prior

Re: [Sikuli-driver] [Question #268529]: where is sikuli-script.jar equivalent when integrating with Robotframework, Selenium

2015-06-26 Thread RaiMan
Question #268529 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/268529 Status: Open = Answered RaiMan proposed the following answer: the mentioned error [error] RunTimeINIT: terminating: no valid Java context for Sikulix available

Re: [Sikuli-driver] [Question #268529]: where is sikuli-script.jar equivalent when integrating with Robotframework, Selenium

2015-06-26 Thread RaiMan
Question #268529 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/268529 RaiMan posted a new comment: starting to comment your stuff * the start of your program is not correct: --- you have: import org.sikuli.basics.SikulixForJython # from sikuli.Sikuli import * from

Re: [Sikuli-driver] [Question #268529]: where is sikuli-script.jar equivalent when integrating with Robotframework, Selenium

2015-06-26 Thread peter huang
Question #268529 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/268529 Status: Answered = Open peter huang is still having a problem: thanks Railman, one more question for Sikuli setup. When Sikuli Setup, users are asked to choose options, can i choose options 1, 2 at the

Re: [Sikuli-driver] [Question #268529]: where is sikuli-script.jar equivalent when integrating with Robotframework, Selenium

2015-06-26 Thread Clark Burbidge
Question #268529 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/268529 Clark Burbidge posted a new comment: This helped me get the remote server launched. https://github.com/clarkburbidge/SikuliCalc/tree/master#running-the- server -- You received this question notification

Re: [Sikuli-driver] [Question #268529]: where is sikuli-script.jar equivalent when integrating with Robotframework, Selenium

2015-06-25 Thread RaiMan
Question #268529 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/268529 Status: Open = Needs information RaiMan requested more information: are you now on 1.1.0? is sikulix.jar or sikulixapi.jar on java class path? is your script setup according to comment #2 section 2.)

Re: [Sikuli-driver] [Question #268529]: where is sikuli-script.jar equivalent when integrating with Robotframework, Selenium

2015-06-25 Thread peter huang
Question #268529 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/268529 Status: Answered = Open peter huang is still having a problem: Thanks, RailMan, You are always quick to respond. But integration is a bit difficult. I just type Jython SikuliRemoteLibrary.py. I get

[Sikuli-driver] [Question #268529]: where is sikuli-script.jar equivalent when integrating with Robotframework, Selenium

2015-06-25 Thread peter huang
New question #268529 on Sikuli: https://answers.launchpad.net/sikuli/+question/268529 i try to integrate Sikuli with Robotframework, Selenium. I am using Sikuli 1.1.0 nightly wituild 20150610 in windows7 64 bit . I am following some integration information as following:

Re: [Sikuli-driver] [Question #268529]: where is sikuli-script.jar equivalent when integrating with Robotframework, Selenium

2015-06-25 Thread RaiMan
Question #268529 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/268529 Status: Open = Answered RaiMan proposed the following answer: The mentioned post is a bit out dated ;-) ... but thanks for the pointer: I already contacted the owner, to help him make an update. In

Re: [Sikuli-driver] [Question #268529]: where is sikuli-script.jar equivalent when integrating with Robotframework, Selenium

2015-06-25 Thread RaiMan
Question #268529 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/268529 RaiMan proposed the following answer: come back with runtime output if you get stuck. -- You received this question notification because you are a member of Sikuli Drivers, which is an answer contact for

Re: [Sikuli-driver] [Question #268529]: where is sikuli-script.jar equivalent when integrating with Robotframework, Selenium

2015-06-25 Thread peter huang
Question #268529 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/268529 peter huang gave more information on the question: I am using JDK1.8 in windows7 64 bit. -- You received this question notification because you are a member of Sikuli Drivers, which is an answer contact