<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: &amp;quot;Unable to load the Java Virtual Machine&amp;quot; when plotting ACF with SAS 9.4 in ODS and Base Reporting</title>
    <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/quot-Unable-to-load-the-Java-Virtual-Machine-quot-when-plotting/m-p/369644#M18853</link>
    <description>Hi JPGilbert, if you are currently using SAS 9.4 TS1M1, maybe you can&lt;BR /&gt;try to update&lt;BR /&gt;your SAS from SAS 9.4 TS1M1 to SAS 9.4 TS1M3 and SAS 9.4 TS1M4. I heard&lt;BR /&gt;that would help.&lt;BR /&gt;&lt;BR /&gt;Good luck.&lt;BR /&gt;&lt;BR /&gt;##- Please type your reply above this line. Simple formatting, no&lt;BR /&gt;attachments. -##</description>
    <pubDate>Thu, 22 Jun 2017 19:07:49 GMT</pubDate>
    <dc:creator>Xusheng</dc:creator>
    <dc:date>2017-06-22T19:07:49Z</dc:date>
    <item>
      <title>"Unable to load the Java Virtual Machine" when plotting ACF with SAS 9.4</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/quot-Unable-to-load-the-Java-Virtual-Machine-quot-when-plotting/m-p/352915#M18411</link>
      <description>&lt;P&gt;To someone who may concern,&lt;/P&gt;&lt;P&gt;Hi I'm plotting the ACF of CAD with the following code:&lt;/P&gt;&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;proc autoreg DATA=Combined
plots(unpackpanel only) = ACFPlot;
model CAD = Date;
run;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;However, I got the following error in log:&lt;/P&gt;&lt;P&gt;&lt;IMG src="https://communities.sas.com/t5/image/serverpage/image-id/8518iAF54323942610056/image-size/original?v=1.0&amp;amp;px=-1" border="0" alt="log.png" title="log.png" /&gt;&lt;/P&gt;&lt;P&gt;Can someone provide some advise with this error? Thank you.&lt;/P&gt;</description>
      <pubDate>Mon, 24 Apr 2017 15:20:37 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/quot-Unable-to-load-the-Java-Virtual-Machine-quot-when-plotting/m-p/352915#M18411</guid>
      <dc:creator>Xusheng</dc:creator>
      <dc:date>2017-04-24T15:20:37Z</dc:date>
    </item>
    <item>
      <title>Re: "Unable to load the Java Virtual Machine" when plotting ACF with SAS 9.4</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/quot-Unable-to-load-the-Java-Virtual-Machine-quot-when-plotting/m-p/352935#M18412</link>
      <description>&lt;P&gt;This kind of message may indicate that the version of Java is incorrect for your version of SAS. You need to verify the version of Java installed and the version that SAS expects.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Try running:&lt;/P&gt;
&lt;P&gt;&lt;FONT color="#0000ff" face="SAS Monospace" size="2"&gt;proc&lt;/FONT&gt; &lt;FONT color="#0000ff" face="SAS Monospace" size="2"&gt;options&lt;/FONT&gt; &lt;FONT color="#0000ff" face="SAS Monospace" size="2"&gt;option&lt;/FONT&gt;&lt;FONT face="SAS Monospace" size="2"&gt;=jreoptions; &lt;/FONT&gt;&lt;FONT color="#0000ff" face="SAS Monospace" size="2"&gt;run&lt;/FONT&gt;&lt;FONT face="SAS Monospace" size="2"&gt;;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="SAS Monospace" size="2"&gt;Look for the JRE it will look somewhat like C:\path\Java\JRE1....\bind\client\jvm.dll on windows where the .... will be the java version number.&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="SAS Monospace" size="2"&gt;Verify that path is there and has&amp;nbsp;a JVM entry.&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="SAS Monospace" size="2"&gt;A not-uncommon issue with this is an IT staff "updating" java for you and removing the old version. SAS is somewhat picky abou the versions it can use. If you see a "later" version of java and the expected one not there re-install the older version and things should work again. At least it did for me when IT did this to me.&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 24 Apr 2017 16:39:46 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/quot-Unable-to-load-the-Java-Virtual-Machine-quot-when-plotting/m-p/352935#M18412</guid>
      <dc:creator>ballardw</dc:creator>
      <dc:date>2017-04-24T16:39:46Z</dc:date>
    </item>
    <item>
      <title>Re: "Unable to load the Java Virtual Machine" when plotting ACF with SAS 9.4</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/quot-Unable-to-load-the-Java-Virtual-Machine-quot-when-plotting/m-p/353061#M18417</link>
      <description>&lt;P&gt;Hi ballardw, thank you for replying.&lt;/P&gt;&lt;P&gt;I think your advise led me to the right track. Here is the log after I ran your code:&lt;/P&gt;&lt;P&gt;&lt;IMG src="https://communities.sas.com/t5/image/serverpage/image-id/8524i1D7AC3F41D8CA55C/image-size/original?v=1.0&amp;amp;px=-1" border="0" alt="jvm.png" title="jvm.png" /&gt;&lt;/P&gt;&lt;P&gt;And here is what looks like in my c drive:&lt;/P&gt;&lt;P&gt;&lt;IMG src="https://communities.sas.com/t5/image/serverpage/image-id/8525i810DEC42452084C4/image-size/original?v=1.0&amp;amp;px=-1" border="0" alt="c.png" title="c.png" /&gt;&lt;/P&gt;&lt;P&gt;if my understanding is correct the java is installed with the right version, which is 9.4?&lt;/P&gt;&lt;P&gt;Looking forward your reply.&lt;/P&gt;</description>
      <pubDate>Tue, 25 Apr 2017 01:56:37 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/quot-Unable-to-load-the-Java-Virtual-Machine-quot-when-plotting/m-p/353061#M18417</guid>
      <dc:creator>Xusheng</dc:creator>
      <dc:date>2017-04-25T01:56:37Z</dc:date>
    </item>
    <item>
      <title>Re: "Unable to load the Java Virtual Machine" when plotting ACF with SAS 9.4</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/quot-Unable-to-load-the-Java-Virtual-Machine-quot-when-plotting/m-p/353205#M18420</link>
      <description>&lt;P&gt;That looks like the correct JVM and right path.&lt;/P&gt;
&lt;P&gt;Can you generate plots with other statistical procedures or do this only occur with Proc Autoreg?&lt;/P&gt;</description>
      <pubDate>Tue, 25 Apr 2017 14:29:58 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/quot-Unable-to-load-the-Java-Virtual-Machine-quot-when-plotting/m-p/353205#M18420</guid>
      <dc:creator>ballardw</dc:creator>
      <dc:date>2017-04-25T14:29:58Z</dc:date>
    </item>
    <item>
      <title>Re: "Unable to load the Java Virtual Machine" when plotting ACF with SAS 9.4</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/quot-Unable-to-load-the-Java-Virtual-Machine-quot-when-plotting/m-p/353246#M18421</link>
      <description>&lt;P&gt;Hi ballardw, I correct a black error in the middle of the code and it can plot ACF and other figures now.&lt;/P&gt;&lt;P&gt;Thank you.&lt;/P&gt;</description>
      <pubDate>Tue, 25 Apr 2017 15:44:20 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/quot-Unable-to-load-the-Java-Virtual-Machine-quot-when-plotting/m-p/353246#M18421</guid>
      <dc:creator>Xusheng</dc:creator>
      <dc:date>2017-04-25T15:44:20Z</dc:date>
    </item>
    <item>
      <title>Re: "Unable to load the Java Virtual Machine" when plotting ACF with SAS 9.4</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/quot-Unable-to-load-the-Java-Virtual-Machine-quot-when-plotting/m-p/358079#M18595</link>
      <description>&lt;P&gt;I have the same problem, how did you solve it exactly?&lt;/P&gt;&lt;BR /&gt;&lt;IMG src="https://communities.sas.com/t5/image/serverpage/image-id/13825i0B0CFF1A796BA506/image-size/large?v=1.0&amp;amp;px=600" border="0" alt="problem sas.png" title="problem sas.png" /&gt;</description>
      <pubDate>Fri, 12 May 2017 00:37:46 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/quot-Unable-to-load-the-Java-Virtual-Machine-quot-when-plotting/m-p/358079#M18595</guid>
      <dc:creator>ep121</dc:creator>
      <dc:date>2017-05-12T00:37:46Z</dc:date>
    </item>
    <item>
      <title>Re: "Unable to load the Java Virtual Machine" when plotting ACF with SAS 9.4</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/quot-Unable-to-load-the-Java-Virtual-Machine-quot-when-plotting/m-p/365283#M18786</link>
      <description>&lt;P&gt;Well, turns out that my problem was that I have been running sas from windows search, I would run "sas 9.4 (English)", it probably runs some flawed trimmed version of sas.&lt;/P&gt;&lt;P&gt;So I went to my 64bit sas folder - C:\Program Files\SASHome\SASFoundation\9.4 and ran the file "sas.exe", now everything works fine for me (you can test it with : proc javainfo;run; &amp;nbsp;and if this shows you any information instead of error, you are good to go). If this fixes your java problem as well, just make a shortcut for sas.exe file on your desktop.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Hope this will be your case too.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 08 Jun 2017 08:44:29 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/quot-Unable-to-load-the-Java-Virtual-Machine-quot-when-plotting/m-p/365283#M18786</guid>
      <dc:creator>juliusg</dc:creator>
      <dc:date>2017-06-08T08:44:29Z</dc:date>
    </item>
    <item>
      <title>Re: "Unable to load the Java Virtual Machine" when plotting ACF with SAS 9.4</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/quot-Unable-to-load-the-Java-Virtual-Machine-quot-when-plotting/m-p/365288#M18787</link>
      <description>OK, taking it all back, seems like this was just a luck, apparently the java sometimes run and sometimes it doesnt in my SAS, I figured that if you go to tools-&amp;gt;ODS graphics editor in sas and java is not running, it crashes the whole sas, then sometimes when you run sas again, the java just kicks in (again, test with running ODS graphics editor). So what I basically do is I keep crashing the sas with ODS ge until it starts running &lt;span class="lia-unicode-emoji" title=":grinning_face_with_smiling_eyes:"&gt;😄&lt;/span&gt;</description>
      <pubDate>Thu, 08 Jun 2017 08:56:36 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/quot-Unable-to-load-the-Java-Virtual-Machine-quot-when-plotting/m-p/365288#M18787</guid>
      <dc:creator>juliusg</dc:creator>
      <dc:date>2017-06-08T08:56:36Z</dc:date>
    </item>
    <item>
      <title>Re: "Unable to load the Java Virtual Machine" when plotting ACF with SAS 9.4</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/quot-Unable-to-load-the-Java-Virtual-Machine-quot-when-plotting/m-p/367870#M18835</link>
      <description>&lt;P&gt;Hi ep121, sorry for the very late reply, I was away from Country and didn't get this notification from gmail by firewall.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;In terms of the problem. I found that if you are still having the problem, try to run two sas, you will get an error within the first opened sas, just ignore that one and close first sas, and the second sas would work perfectly.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I hope that helps.&lt;/P&gt;</description>
      <pubDate>Fri, 16 Jun 2017 19:51:58 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/quot-Unable-to-load-the-Java-Virtual-Machine-quot-when-plotting/m-p/367870#M18835</guid>
      <dc:creator>Xusheng</dc:creator>
      <dc:date>2017-06-16T19:51:58Z</dc:date>
    </item>
    <item>
      <title>Re: "Unable to load the Java Virtual Machine" when plotting ACF with SAS 9.4</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/quot-Unable-to-load-the-Java-Virtual-Machine-quot-when-plotting/m-p/368710#M18839</link>
      <description>&lt;P&gt;Hi, I have the same trouble with my SAS since I do a Windows update yesterday. I check the path and it was the same than Xusheng. I try to open 2 SAS, it doesn't work. I try sas.exe, the English version and the French version. It doesn't work. It's the first time I have this kind of issues. Does anyone have a clue what happen since yesterday (yesterday, everything was fine, I could do many graphics without any problem!).&lt;BR /&gt;&lt;BR /&gt;Thank you.&lt;/P&gt;</description>
      <pubDate>Tue, 20 Jun 2017 13:48:48 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/quot-Unable-to-load-the-Java-Virtual-Machine-quot-when-plotting/m-p/368710#M18839</guid>
      <dc:creator>JPGilbert</dc:creator>
      <dc:date>2017-06-20T13:48:48Z</dc:date>
    </item>
    <item>
      <title>Re: "Unable to load the Java Virtual Machine" when plotting ACF with SAS 9.4</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/quot-Unable-to-load-the-Java-Virtual-Machine-quot-when-plotting/m-p/369644#M18853</link>
      <description>Hi JPGilbert, if you are currently using SAS 9.4 TS1M1, maybe you can&lt;BR /&gt;try to update&lt;BR /&gt;your SAS from SAS 9.4 TS1M1 to SAS 9.4 TS1M3 and SAS 9.4 TS1M4. I heard&lt;BR /&gt;that would help.&lt;BR /&gt;&lt;BR /&gt;Good luck.&lt;BR /&gt;&lt;BR /&gt;##- Please type your reply above this line. Simple formatting, no&lt;BR /&gt;attachments. -##</description>
      <pubDate>Thu, 22 Jun 2017 19:07:49 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/quot-Unable-to-load-the-Java-Virtual-Machine-quot-when-plotting/m-p/369644#M18853</guid>
      <dc:creator>Xusheng</dc:creator>
      <dc:date>2017-06-22T19:07:49Z</dc:date>
    </item>
    <item>
      <title>Re: "Unable to load the Java Virtual Machine" when plotting ACF with SAS 9.4</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/quot-Unable-to-load-the-Java-Virtual-Machine-quot-when-plotting/m-p/372017#M18887</link>
      <description>it works for me after I updated SAS 9.4 TS Level 1M1 to SAS 9.4 TS Level 1M3 or M4, which should be released the second half year of 2016 and afterwards</description>
      <pubDate>Fri, 30 Jun 2017 06:36:15 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/quot-Unable-to-load-the-Java-Virtual-Machine-quot-when-plotting/m-p/372017#M18887</guid>
      <dc:creator>dear_fisher</dc:creator>
      <dc:date>2017-06-30T06:36:15Z</dc:date>
    </item>
    <item>
      <title>Re: "Unable to load the Java Virtual Machine" when plotting ACF with SAS 9.4</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/quot-Unable-to-load-the-Java-Virtual-Machine-quot-when-plotting/m-p/373738#M18915</link>
      <description>&lt;P&gt;It's great to hear.&lt;/P&gt;</description>
      <pubDate>Thu, 06 Jul 2017 18:28:14 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/quot-Unable-to-load-the-Java-Virtual-Machine-quot-when-plotting/m-p/373738#M18915</guid>
      <dc:creator>Xusheng</dc:creator>
      <dc:date>2017-07-06T18:28:14Z</dc:date>
    </item>
    <item>
      <title>Re: "Unable to load the Java Virtual Machine" when plotting ACF with SAS 9.4</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/quot-Unable-to-load-the-Java-Virtual-Machine-quot-when-plotting/m-p/374143#M18925</link>
      <description>&lt;P&gt;I noticed this problem has been solved. But for the record, here was my accidental solution:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I had the same problem when using &amp;nbsp;"ods graphics on" and it crashed when I attempted to open ods graphics editor.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;SO it turned out I was having a virtual machine on. I closed the virtual machine then runing "ods graphics on;" had no problem generating graphs.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 08 Jul 2017 03:52:22 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/quot-Unable-to-load-the-Java-Virtual-Machine-quot-when-plotting/m-p/374143#M18925</guid>
      <dc:creator>xpingli</dc:creator>
      <dc:date>2017-07-08T03:52:22Z</dc:date>
    </item>
    <item>
      <title>Re: "Unable to load the Java Virtual Machine" when plotting ACF with SAS 9.4</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/quot-Unable-to-load-the-Java-Virtual-Machine-quot-when-plotting/m-p/374651#M18930</link>
      <description>&lt;P&gt;Thank you for your advice xpingli.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 10 Jul 2017 18:49:59 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/quot-Unable-to-load-the-Java-Virtual-Machine-quot-when-plotting/m-p/374651#M18930</guid>
      <dc:creator>Xusheng</dc:creator>
      <dc:date>2017-07-10T18:49:59Z</dc:date>
    </item>
  </channel>
</rss>

