'FileNotFoundError: [WinError 3] The system cannot find the path specified: 'C:Program Files\\Java' in library h2o python

I want to ask, why if i am trying to run library h2o in my jupyter notebook show error message "FileNotFoundError: [WinError 3] The system cannot find the path specified: 'C:Program Files\Java'".. I try in CMD and anaconda prompt " java -version" sucess/java starting but in jupyter notebook java is not starting

thanks before



Solution 1:[1]

You forgot to place a \ after the root folder.

It should be

C:\Program Files\Java

Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source
Solution 1 Dan