Inside the terminal
>> jpype.getDefaultJVMPath()
'C:\\Program Files\\Java\\jdk-14.0.1\\bin\\server\\jvm.dll'
That's what it says.
Inside Jupiter
jpype.getDefaultJVMPath()
ValueError: No JVM shared library file (jvm.dll) found.
Try setting up the JAVA_HOME environment variable properly.
It says so
C:\Program Files\Java\\jdk-14.0.1
when you install Java
I downloaded the module without any errors
I don't know why it says jvm.dll not found.
That's what it says. How do I match it?
konlpy java python nlp jupyter
Shut down the jupyter.
In the cmd window, do set JAVA_HOME=C:\Program Files\Java\jdk-14.0.1
.
Start the jupyter and test it.
© 2024 OneMinuteCode. All rights reserved.