1

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????

Prush
  • 517
  • 1
  • 6
  • 21
  • 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

1 Answers1

0

Check here.
You didn't set up JAVA_HOME. You might add the java bin in the system path. You need to create JAVA_HOME variable. Check the link above.

chinna_82
  • 6,353
  • 17
  • 79
  • 134