Hi all!
I tried running the following code to install readhtml:
I've run this code before with no issues, and the website does contain a toc file. However, today the console returned
I ran this code and it seems like the Java installation has worked:
Does anybody know what is going on here? Why can't I install readhtml?
I tried running the following code to install readhtml:
Code:
net install readhtml, from(https://ssc.wisc.edu/sscc/stata//)
Code:
. net install readhtml, from(https://ssc.wisc.edu/sscc/stata//) Java installation not found https://ssc.wisc.edu/sscc/stata// either 1) is not a valid URL, or 2) could not be contacted, or 3) is not a Stata download site (has no stata.toc file). r(5004);
Code:
query java -------------------------------------------------------------------------------------------------------- Java settings set java_heapmax 4096m set java_home C:[path]
Comment