Neither Jython nor JRuby available
When clicking on sikulix-2.0.0.jar, it says "Neither Jython nor JRuby available".
However, Jython is installed to C:\Jython2.7.1. Perhaps, Sikulix cannot find it or something?
Software:
JDK 13
Jython 2.7.1 installed to C:\Jython2.7.1
Sikuli 2.0.0
Windows 10 Pro 1903
Question information
- Language:
- English Edit question
- Status:
- Answered
- For:
- Sikuli Edit question
- Assignee:
- No assignee Edit question
- Last query:
- 2019-11-02
- Last reply:
- 2019-11-04
RaiMan (raimund-hocke) said : | #1 |
In the IDE menu File -> Open Special Files and enter 2 (selecting Extensions Options).
In the IDE you now have something like:
# or // are comments
// a jar per line to append to classpath
# with absolute path given
#/as_an_
# external jython
# jython = ....
....
- remove the # in the line jython =
- revise the path according to your setup as absolute path to the jython.jar
(forward slashes are ok ;-)
- save the file (ctrl-s)
- restart the IDE
Can you help with this problem?
Provide an answer of your own, or ask Joe Latter for more information if necessary.