I don't find sikuli-script.jar

Asked by lgcaro29

Hello,

I want to use sikuli to test my java appli in Eclipse. If I understand I need the the jar sikuli-script.jar but i don't find it. All links of the documentation are breaken.
Where can I find this ?

thanks for anwers.

Caroline.

Question information

Language:
English Edit question
Status:
Answered
For:
SikuliX Edit question
Assignee:
No assignee Edit question
Last query:
Last reply:
Revision history for this message
RaiMan (raimund-hocke) said :
#1

-- 1. what docs are you talking about. please provide a link, since I want to check that.

--2. To get information about the current versions of SikuliX start here:
http://sikulix.com

Revision history for this message
lgcaro29 (caroline-lavaure) said :
#2

thank you for your reply

-- 1: Here are a few pages where I found broken link :
** http://www.sikulix.com/download.html : "Sikuli-Script read this, if you run scripts from command line or program with Java/Jython in other IDEs " When I click on "Sikuli-Script" a page 404 appears
** http://www.sikulix.com/quickstart.html : in second paragraph (How do I do wnload SikuliX) : If you know what you are doing, you might visit the download section directly. broken link : "you might visit... "
** http://www.sikuli.org/ in the paragraph :"How can I learn and use Sikuli?" In in sentence :
"You can use Sikuli's features in your Java programs as well using SikuliX-API and in many other Java aware scripting languages and environments" , the link SikuliX-API is broken

-- 2: please , which jar I need to test the gui of my java program in Eclipse ?
                      ¤ sikuli-script.jar ? (http://sikulix-2014.readthedocs.org/en/latest/faq/030-java-dev.html)
                      ¤ sikulixapi.jar ? (https://ghttp://sikulix-2014.readthedocs.org/en/latest/faq/030-java-dev.htmlithub.com/RaiMan
                                                     http://www.sikulix.com/quickstart.html#qs8 )
                      ¤ sikuli-api-1.x.x-standalone.jar ? (https://code.google.com/p/sikuli-api/)

thanks

Revision history for this message
RaiMan (raimund-hocke) said :
#3

thanks for the links.

I will check and fix.

Revision history for this message
RaiMan (raimund-hocke) said :
#4

at 2:
Generally: the testing application or script is a separate thing and in no case should it be incorporated into your GUI app.
You start your app like any other app in the IDE and run the test application or script against it.

So you might freely decide which way to go:

1. use a version of SikuliX IDE and setup test scripts

2. implement a Java app, that uses the SikuliX Java API

3. use sikuli-api-1.x.x-standalone.jar (https://code.google.com/p/sikuli-api/) (which is to some extent feature compatible, but not API compatible and not supported here)

for both cases 1 and 2 I recommend to use the latest version 1.1.0 and get a sikulix.jar (IDE) and/or sikulixapi.jar (Java API)

To get your own jars, you have to follow the track sikulix.com -> nightly builds

The easiest approach for Java programming is to use a Maven project setup (no download needed at all).
The Maven info is in first place at sikulix.com.

Can you help with this problem?

Provide an answer of your own, or ask lgcaro29 for more information if necessary.

To post a message you must log in.