Open GoogleCodeExporter opened 8 years ago
Now the Exception changed for some reason:
java.lang.UnsatisfiedLinkError:
C:\Users\oezmen\Downloads\SikuliX-API-1.0-Win64Beta999\libs\WinUtil.dll: Can't
find dependent libraries
Original comment by killumin...@googlemail.com
on 24 Jun 2013 at 1:52
I'm bummed I can't get IntelliJ to run my Sikuli stuff either, but here's my
workaround til someone chances upon a resolution:
Use the IntelliJ maven runner to exec the class or test. In my case, I add a
lifecycle execution run profile with -Dtests="MyCoolTest". You can do the same
for a main class using mvn java:exec.
See: http://stackoverflow.com/questions/9846046/run-main-class-of-maven-project
I'm using Sikuli 1.0.1, IntelliJ 13. x64 JVM 1.7.0_45-b18
I hope this helps in the interim!
Original comment by ultim...@gmail.com
on 14 Jan 2014 at 9:47
Original issue reported on code.google.com by
killumin...@googlemail.com
on 24 Jun 2013 at 12:10Attachments: