sikuli-driver team mailing list archive
-
sikuli-driver team
-
Mailing list archive
-
Message #08615
Re: [Question #186933]: Will Java Sikuli Script developed in Windows will work on Linux and MAc
Question #186933 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/186933
RaiMan proposed the following answer:
Since you currently need a valid Sikuli installation on machines where
you want to run any Sikuli features in whatever way you want, you should
not have sikuli-script.jar in your Eclipse project workspace, but as a
class path reference to the sikuli-script.jar in its installation place.
So it is sufficient on other machines to run your stuff as:
java -cp path-to-sikuli-script.jar -jar myStuff.jar
Mac:
Since I am no ANT expert, you have to find out yourself, but should not be very hard (google should help ;-)
So wether your stuff works at all could be rather simply tested with some small java app, that just contains some Sikuli features and using the above plain java command (finally ANT does nothing else ;-).
Linux:
Have you fulfilled all needed installations (OpenCV, ...) to successfully run sikuli-IDE.sh?
--
You received this question notification because you are a member of
Sikuli Drivers, which is an answer contact for Sikuli.