Impossible re-install Sikuli

Asked by Marc

Hi, I tried to re-install Sikuli 1.0.1 because I wanted to install Tesseract OCR

During installation I get "cannot download tesseract file"
And then impossible to start again Sikuli even if I try to re-install without OCR or version 1.1.0....

Question information

Language:
English Edit question
Status:
Solved
For:
SikuliX Edit question
Assignee:
No assignee Edit question
Solved by:
RaiMan
Solved:
Last query:
Last reply:
Revision history for this message
Marc (marcothedwarf) said :
#1

I installed 1.1.0 Sikuli
When I start sikulix.jar, nothing happen...

If I use CMD : "java -jar sikulix.jar"

I get :

C:\Users\Marc\Desktop\SIKULIX>java -jar sikulix.jar
Exception in thread "main" java.lang.NoClassDefFoundError: org/sikuli/basics/HotkeyListener
        at org.sikuli.ide.Sikulix.main(Sikulix.java:21)
Caused by: java.lang.ClassNotFoundException: org.sikuli.basics.HotkeyListener
        at java.net.URLClassLoader.findClass(Unknown Source)
        at java.lang.ClassLoader.loadClass(Unknown Source)
        at sun.misc.Launcher$AppClassLoader.loadClass(Unknown Source)
        at java.lang.ClassLoader.loadClass(Unknown Source)
        ... 1 more

Revision history for this message
Best RaiMan (raimund-hocke) said :
#2

strange ...

Be sure to have deleted all old stuff including 1.1.0.
Purge any entries from environment/systempath.

Make a fresh download and start again with setup.

You might as well try with 1.1.1 (http://sikulix.com)

Revision history for this message
Marc (marcothedwarf) said :
#3

Thanks RaiMan, that solved my question.