Using Robot Framework Jar: ClassPath order: Robot Framework; Sikuli

Asked by daluu

The problem and test setup here is unlike what is described at

http://blog.mykhailo.com/2011/02/how-to-sikuli-and-robot-framework.html

Instead I'm using Java interface to Sikuli directly for use with Robot Framework rather than Python/Jython (i.e. Sikuli script).

Works fine when run with Robot Framework installed and executed via Jython. But doesn't work when using the self-contained Robot Framework JAR version that has included self contained Jython.

Problem is with class path referencing. Can't figure out myself. Was hoping perhaps the Sikuli user community here might have some ideas.

Exact details found at my project site, particularly this page:

http://code.google.com/p/simplesikuli/wiki/IssuesWithRobotFrameworkJar

Question information

Language:
English Edit question
Status:
Solved
For:
SikuliX Edit question
Assignee:
No assignee Edit question
Solved by:
daluu
Solved:
Last query:
Last reply:
Revision history for this message
daluu (cuuld) said :
#1

Nevermind, found answer via Robot Framework forum. Apparently class path search order matters here, because I think: since both Robot Framework and Sikuli Jars contain Jython.

java -cp robotframework-2.5.7.jar:sikuli-script.jar:. org.robotframework.RobotFramework demo.tsv