dmark1021 / sikuli-api

Automatically exported from code.google.com/p/sikuli-api
0 stars 0 forks source link

not working with Windows 64bit #31

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1.try to configure sikuli in windows 64 bit
2.not able to find any solution
3.

What is the expected output? What do you see instead?
it has to work fine in 64 bit windows

What version of the product are you using? On what operating system?
window7 64 bit,2 gb ram, 256 gb hard disk

Please provide any additional information below.

Original issue reported on code.google.com by ranjithk...@gmail.com on 12 Feb 2013 at 10:05

GoogleCodeExporter commented 9 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

GoogleCodeExporter commented 9 years ago
can u forward the steps to configure sikuli in my system

Original comment by ranjithk...@gmail.com on 19 Feb 2013 at 2:23

GoogleCodeExporter commented 9 years ago
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

GoogleCodeExporter commented 9 years ago

Original comment by doubles...@gmail.com on 13 Jun 2013 at 9:44