Jnius installation bug, “Unable to determine JDK_HOME”
问题 I tried to install jnius Python module by typing 'pip install jnius' in CMD. This is the message I got: Complete output from command python setup.py egg_info: Traceback (most recent call last): File "<string>", line 1, in <module> File "c:\users\sm\appdata\local\temp\pip-install-vu2sb5\jnius\setup.py", line 111, in <module> raise Exception('Unable to determine JDK_HOME') Exception: Unable to determine JDK_HOME ---------------------------------------- Command "python setup.py egg_info" failed