Best install method for linux mint ver20?
The best I've managed is getting "sikulix-2.1.0.jar" to run, but it keeps throwing error messages like "javax.
I'm pretty sure it's not installed right.
Question information
- Language:
- English Edit question
- Status:
- Answered
- For:
- Sikuli Edit question
- Assignee:
- No assignee Edit question
- Last query:
- 2020-08-05
- Last reply:
- 2020-08-20
arminius (arminius75) said : | #1 |
It's really weird, if I fish out some old Sikuli code, then "wait" is it's familier light blue, "if" is navy blue.
But any new code I try to write has no coloring, it's all just black font.
arminius (arminius75) said : | #2 |
the "wait" is it's familier light blue.
Is what I ment.
arminius (arminius75) said : | #3 |
either I use "sikulixide-
it doesn't matter, same problem.
RaiMan (raimund-hocke) said : | #4 |
seems you do not have Jython available and are running as JavaScript.
arminius (arminius75) said : | #5 |
That's probably the problem, when I downloaded "jython-
So I ran it in the command line and it said
user@
Argument expected for the -c option
user@
WARNING: An illegal reflective access operation has occurred
There was alot more after the WARNING.
So I googled for other Jython installers and found "jython-
RaiMan (raimund-hocke) said : | #6 |
just follow the steps on the mentioned page and use version 2.0.4 in any case.
Purge everything else from your system, that you have tried before.
arminius (arminius75) said : | #7 |
I give up, been trying for hours.
Jython will not execute, it must not be compatible with this version of linux mint.
I'll try again in a few months.
Thanks for trying.
Hi Arminius,
It is compatible, am using mint 19 + and 20 and it works!
install the jython-
Open sikulixIDE and then go to "file>open special files" ..... and change this line, example: jython = /home/mint/
Save it, close and open the sikulixIDE again.
then run all this commands:
sudo apt install libcanberra-gtk0 libcanberra-
sudo apt install libopencv4.2-java openjdk-
cd /usr/lib/jni/
sudo ln -s libopencv_
sudo apt-get install xdotool
sudo apt-get install wmctrl
sudo add-apt-repository ppa:alex-
sudo apt-get update
sudo apt install tesseract-ocr
sudo apt install libtesseract-dev
sudo ldconfig
hope this helps.
Regards!
Can you help with this problem?
Provide an answer of your own, or ask arminius for more information if necessary.