← Back to team overview

sikuli-driver team mailing list archive

Re: [Question #240347]: Eclipse Jython Code Completion not working for Sikuli 1.0.1 --- for one time delete the libs folder to force recreation

 

Question #240347 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/240347

RaiMan posted a new comment:
Thanks for feedback.

--- import org.sikuli.basics.SikuliXforJython
- should not influence code completion, since it does not contain any relevant code besides the Java class and a static method that is run once at time of class loading.

- the error message you get is not really an error, but an information, that there is nothing to do ;-)
If you would not have the PythonPath entry C:\SikuliX\libs\Lib (that you need for code completion ;-), then SikuliXforJython would do this for you at runtime. 

If you ever come to the point, that you want to run your Jython scripts
outside Eclipse with an external Jython, this convenience
SikuliXforJython will be welcome again, since you only need sikuli-
java.jar on class path.

With version 1.1 this all will be a bit smoother.

-- 
You received this question notification because you are a member of
Sikuli Drivers, which is an answer contact for Sikuli.