sikuli-driver team mailing list archive
-
sikuli-driver team
-
Mailing list archive
-
Message #28936
[Question #256154]: rc3 to 1.0.1 upgrade question
New question #256154 on Sikuli:
https://answers.launchpad.net/sikuli/+question/256154
Hi,
We've been running Sikuli rc3 with Java 6 on a Mac for a while now. Our setup has the ability to drive our desktop app as well as a web browser using Selenium by copying the selenium.jar file into the same directory as the Sikuli app. We just started looking into upgrading to the latest stable version 1.0.1 and have a question on the startup command.
In our current configuration, the following command would put us in interactive mode:
java -cp /Applications/Sikuli-IDE.app/Contents/Resources/java/selenium.jar:/Applications/Sikuli-IDE.app/Contents/Resources/java/sikuli-script.jar org.sikuli.script.SikuliScript -i. Works great. Puts us in interactive mode where we can import selenium drivers and tests.
We updated to version 7 of Java and installed 1.0.1 into a SikuliX directory. We then tried to run the following:
java -cp /Users/Mac/SikuliX/selenium.jar:/Users/Mac/SikuliX/sikuli-script.jar org.sikuli.script.SikuliScript -i
When we run this, we get - Error: Could not find or load main class org.sikuli.script.SikuliScript
Is that class no longer in the 1.0.1 build of Sikuli? If not, what class should we use for a similar condition? We also tried version 1.1.0 but noticed the same error when trying to start.
--
You received this question notification because you are a member of
Sikuli Drivers, which is an answer contact for Sikuli.