Announcement

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

  • Error importing matrix in txt with comand import delimited

    Hi,

    I'm trying to import a matrix in txt to convert into dta. I use the comand import delimited as follows

    .import delimited Wi_spect.txt, delimiter(whitespace) clear

    where Wi_spect is the name of the file.

    And i get the following message

    stacktrace not available
    r(5100);

    end of do-file

    r(5100);

    wich refer to an error in Java. Im using Stata 15, Any advice greatly appreciated.

    Many thanks

  • #2
    Code:
    update all
    If that doesn't fix it, then it's probably a matter for StataCorp's technical services.

    Or maybe Oracle's.

    Comment


    • #3
      Welcome to Statalist.

      You have accidentally posted your topic in Statalist's Mata Forum, which is used for discussions of Stata's Mata language. Your question will see a much larger audience if you re-post it in Statalist's General Forum.

      With that said, It sounds to me as if there is a problem with the Java Runtime Environment in Stata on your system. If you don't get any better responses than this one, you might need to request help from Stata Technical Services.

      Added in edit: my answer crossed with Joseph's, which gives good advice.

      Comment

      Working...
      X