Announcement

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

  • Java installation not found

    Hello,

    I'm having some trouble running some commands including net installations of packages from outside of the ssc, as well as commands like putdocx. For example, using the command "putdocx begin" returns:

    Code:
    Java installation not found r(198);
    Entering 'query java' returns the following:

    Code:
    . query java
    ----------------------------------------
        Java system information
          Java initialized     no
      
    Advanced Java settings
           set java_heapmax     4096m
          set java_vmpath      C:\Program Files (x86)\Stata15\utilities\java\windows-x64\jre1.8.0_162\bin\server\jvm.dll
    How can I move forward and/or initialize Java? Do I have to freshly install Stata?

    Thank you.
    Last edited by June Parr; 09 Nov 2018, 09:13. Reason: Added tags

  • #2
    Something has gone wrong with your installation or perhaps an update did not complete. First I would try ...
    Code:
    update all, force
    and see if that solves the problem. If that does not solve the problem, you should probably reinstall Stata.

    Comment


    • #3
      Originally posted by James Hassell (StataCorp) View Post
      Something has gone wrong with your installation or perhaps an update did not complete. First I would try ...
      Code:
      update all, force
      and see if that solves the problem. If that does not solve the problem, you should probably reinstall Stata.
      Thank you, re-installing and updating solved it.

      Comment

      Working...
      X