Autodetect javahome?
jmansilla opened this issue · 1 comments
jmansilla commented
Autodetect javahome?
SindhuBairavi commented
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()