How to import sikuli.Sikuli import *", in java

Asked by Saorabh Singh

With reference to below question
https://answers.launchpad.net/sikuli/+question/120917
answer to which hope solves my problem..
but i don't know how to import "sikuli.Sikuli import *" in java??

So please help me out.

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
Tsung-Hsiang Chang (vgod) said :
#1

Java classes are different. See http://sikuli.org/docx/faq/030-java-dev.html.
You need this:
import org.sikuli.script.*;

Can you help with this problem?

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

To post a message you must log in.