i am trying to install python library(boilerpipe): pip install boilerpipe. But i am getting the error: "No JAVA_HOME Environment Variable set. Trying to guess it..." which was i already set the java path. So what can i do for this????
Asked
Active
Viewed 2,507 times
1
-
go to command prompt and try "java -version" command if you could some value your java is installed properly and then check "PATH" environment variable does it have java home path added? – mitpatoliya Feb 24 '14 at 05:58