Run Sikuli from Linux command line.

Asked by ssAlways

When run Sikuli from Linux command line, it runs fine if i run it from the Sikuli-IDE directory. e.g:
cd Sikuli-IDE
./sikuli-ide.sh -r /tmp/runall.sikuli

but if i runs it directly from other directory, i got bundle of java.io.FileNotFoundException: /tmp/tmplib/libVisionProxy.so ...

Question information

Language:
English Edit question
Status:
Solved
For:
SikuliX Edit question
Assignee:
No assignee Edit question
Solved by:
ssAlways
Solved:
Last query:
Last reply:
Revision history for this message
j (j-the-k) said :
#1

Which distribution of Linux do you use?
I do not have this problem on Ubuntu 12.x

Revision history for this message
ssAlways (hinh-pham) said :
#2

it was Redhat 6.2. problem solved by remove those /tmp/tmplib/* (which were used by other user).