← Back to team overview

sikuli-driver team mailing list archive

Re: [Question #255453]: How to use SikuliX API in Netbeans and other IDE's

 

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

    Status: Open => Answered

RaiMan proposed the following answer:
You are talking about NetBeans and scripting in your question.

So you seem to have the Python plugin installed.

If this is right, then a Python project has it's properties section,
where Java class path and Python path can be configured (this is meant
with setup).

Since the NetBeans Python plugin does not accept a folder inside a jar
for code completion, one has to provide this as a filesystem folder.

If you are running external Jython from command line, then nothing else besides a CLASSPATH is needed, when you use in your scripts:
import org.sikuli.basics.SikulixForJython
from sikuli import *

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