← Back to team overview

sikuli-driver team mailing list archive

Re: [Question #177873]: Sikuli Script integration with Java in Eclipse

 

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

    Status: Open => Answered

RaiMan proposed the following answer:
--- i'll try to integrate Sikuli-IDE with eclipse
that does not make any sense (it is not Sikuli-IDE that is integrated).

You might either use the PyDev plugin to develop and run Jython code,
that uses the Sikuli Jython API (see: http://sikuli.org/docx/faq/040
-other-ide.html#how-to-use-sikuli-together-with-other-ide-s).

Or you might develop in plain Java (or any other Java based language
like Scala, Groovy, JRuby, ...) using Sikuli's Java level API (see:
http://sikuli.org/docx/faq/030-java-dev.html).

In both cases only sikuli-script.jar is relevant (and the native
libraries coming with Sikuli).

In fact, you need some tool to capture images. Sikuli-IDE might be used
for that. But you can use any other available capture tool or even write
your own with a few lines of Sikuli code and run it from command line.

--- Sikuli-IDE not working

I asked you to try:

add -Dsikuli.console=false the following to the line in Sikuli-IDE.bat that begins with %JAVA_EXE%
the modified line should look something like this from the beginning:
%JAVA_EXE% -Dsikuli.console=false -Xms64M ..... and the rest of the line unchanged

Using this modified .bat should show the aborting error in the command
line window.

But I did not see any feedback

--- can u give me the doumentation of Sikuli X 1.0rc3
http://sikuli.org/docx/

--- if i have any problem then can i discuss with u by Skype or through Mail 
Skype: no
Mail: yes
send your stuff including appropriate screenshots altogether in one zipped file to my mail at: https://launchpad.net/~raimund-hocke

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