Closed GoogleCodeExporter closed 8 years ago
I'm running 64-bit Windows 7 with Java 7. I have had no problems working with
the sikuli-api library.
Original comment by nathan...@waisbrot.net
on 18 Feb 2013 at 7:05
can u forward the steps to configure sikuli in my system
Original comment by ranjithk...@gmail.com
on 19 Feb 2013 at 2:23
1. Install Eclipse IDE for Java Developers:
http://www.eclipse.org/downloads/packages/eclipse-ide-java-developers/junosr1
2. Create a new Maven project
3. Add the dependency specified on the front wiki page: <dependency>
<groupId>org.sikuli</groupId>
<artifactId>sikuli-api</artifactId>
<version>1.0.2</version>
</dependency>
4. Copy the HelloWorldExample from the front wiki page, or write other Sikuli
code, and run
Original comment by nathan...@waisbrot.net
on 28 Feb 2013 at 1:26
Original comment by doubles...@gmail.com
on 13 Jun 2013 at 9:44
Original issue reported on code.google.com by
ranjithk...@gmail.com
on 12 Feb 2013 at 10:05