Python 2.7 - Javaerror When Using Grammar-check 1.3.1 Library
I am trying to use the grammar-check 1.3.1 library for Python I have installed it using the pip commands $ pip install --upgrade 3to2 $ pip install --upgrade language-check I als
Solution 1:
The problem is that your system can't see your java. You can check if your system "knows" java by typing:
java -version
in command prompt (without going to your java location!). You can do it adding to your environment variable PATH your java development kit location. How do I set or change the PATH system variable?
Post a Comment for "Python 2.7 - Javaerror When Using Grammar-check 1.3.1 Library"