machinalis/iepy

Autodetect javahome?

jmansilla opened this issue · 1 comments

Autodetect javahome?

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()