machinalis / iepy

Information Extraction in Python
BSD 3-Clause "New" or "Revised" License
905 stars 186 forks source link

Autodetect javahome? #111

Open jmansilla opened 7 years ago

SindhuBairavi commented 7 years ago

I'm using the below statement to autodetect javahome as of now (in linux systems): os.environ["JAVAHOME"] = str(os.popen('which java').read()).rstrip()