Announcement

Collapse
No announcement yet.
X
  • Filter
  • Time
  • Show
Clear All
new posts

  • Java Installation Not Found

    Hi all!

    I tried running the following code to install readhtml:

    Code:
    net install readhtml, from(https://ssc.wisc.edu/sscc/stata//)
    I've run this code before with no issues, and the website does contain a toc file. However, today the console returned

    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);
    I ran this code and it seems like the Java installation has worked:

    Code:
    query java
    --------------------------------------------------------------------------------------------------------
    Java settings
    set java_heapmax 4096m
    set java_home C:[path]
    Does anybody know what is going on here? Why can't I install readhtml?




  • #2
    Running

    Code:
    update all, force
    solved the problem.

    Comment

    Working...
    X