<?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: How to find the JRE version of the SAS on linux servers? in Administration and Deployment</title>
    <link>https://communities.sas.com/t5/Administration-and-Deployment/How-to-find-the-JRE-version-of-the-SAS-on-linux-servers/m-p/875978#M26639</link>
    <description>&lt;P&gt;This is exactly what I was looking for.&amp;nbsp; Thank you Sir !&lt;/P&gt;</description>
    <pubDate>Tue, 16 May 2023 11:56:58 GMT</pubDate>
    <dc:creator>rkondapalli</dc:creator>
    <dc:date>2023-05-16T11:56:58Z</dc:date>
    <item>
      <title>How to find the JRE version of the SAS on linux servers?</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/How-to-find-the-JRE-version-of-the-SAS-on-linux-servers/m-p/875891#M26635</link>
      <description>&lt;P&gt;I need to apply a JRE patch on our SAS servers, the SAS is on Linux. The new patch going to be 1.8.0_362 .&amp;nbsp; I would like to find the current JRE version before applying the hotfix. How can I find the JRE version on existing SAS installation ?&amp;nbsp; I appreciate your help !&lt;/P&gt;</description>
      <pubDate>Mon, 15 May 2023 20:37:06 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/How-to-find-the-JRE-version-of-the-SAS-on-linux-servers/m-p/875891#M26635</guid>
      <dc:creator>rkondapalli</dc:creator>
      <dc:date>2023-05-15T20:37:06Z</dc:date>
    </item>
    <item>
      <title>Re: How to find the JRE version of the SAS on linux servers?</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/How-to-find-the-JRE-version-of-the-SAS-on-linux-servers/m-p/875894#M26636</link>
      <description>&lt;P&gt;&lt;A href="https://documentation.sas.com/doc/en/pgmsascdc/9.4_3.5/proc/n14jk52dsiigsvn1oeijttzvf0fq.htm" target="_blank" rel="noopener"&gt;PROC JAVAINFO&lt;/A&gt; should give you the version details:&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;proc javainfo version;
run;&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 15 May 2023 21:45:56 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/How-to-find-the-JRE-version-of-the-SAS-on-linux-servers/m-p/875894#M26636</guid>
      <dc:creator>SASKiwi</dc:creator>
      <dc:date>2023-05-15T21:45:56Z</dc:date>
    </item>
    <item>
      <title>Re: How to find the JRE version of the SAS on linux servers?</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/How-to-find-the-JRE-version-of-the-SAS-on-linux-servers/m-p/875902#M26637</link>
      <description>&lt;P&gt;... and if you are on a server that has SAS software installed but not SAS Foundation you can also use the java -version command. The path will vary depending on where SAS software has been installed but on my server I can check it like so:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;[sas@sas94m8 ~]$ /opt/sas94m8/sashome/SASPrivateJavaRuntimeEnvironment/9.4/jre/bin/java -version
openjdk version "11.0.15" 2022-04-19 LTS
OpenJDK Runtime Environment Zulu11.56+20-SA (build 11.0.15+10-LTS)
OpenJDK 64-Bit Server VM Zulu11.56+20-SA (build 11.0.15+10-LTS, mixed mode)
&lt;/PRE&gt;</description>
      <pubDate>Tue, 16 May 2023 00:01:02 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/How-to-find-the-JRE-version-of-the-SAS-on-linux-servers/m-p/875902#M26637</guid>
      <dc:creator>PaulHomes</dc:creator>
      <dc:date>2023-05-16T00:01:02Z</dc:date>
    </item>
    <item>
      <title>Re: How to find the JRE version of the SAS on linux servers?</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/How-to-find-the-JRE-version-of-the-SAS-on-linux-servers/m-p/875908#M26638</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/442791"&gt;@rkondapalli&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You don't apply standard Java Updates to SAS Private JRE!!&lt;/P&gt;
&lt;P&gt;You'll need to download the SAS JRE Updates from here&amp;nbsp;&lt;A href="https://support.sas.com/downloads/browse.htm?fil=&amp;amp;cat=590" target="_blank"&gt;https://support.sas.com/downloads/browse.htm?fil=&amp;amp;cat=590&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;and at the same time, you'll need to pay attention to the Security Bulletins&amp;nbsp;&lt;A href="https://support.sas.com/en/security-bulletins.html#jre-updates" target="_blank"&gt;https://support.sas.com/en/security-bulletins.html#jre-updates&lt;/A&gt;&amp;nbsp;and its related steps&amp;nbsp;&lt;A href="https://support.sas.com/content/dam/SAS/support/en/documentation/instructions-for-sas-private-jre-updates.pdf" target="_blank"&gt;https://support.sas.com/content/dam/SAS/support/en/documentation/instructions-for-sas-private-jre-updates.pdf&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Hope this helps&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 16 May 2023 01:43:31 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/How-to-find-the-JRE-version-of-the-SAS-on-linux-servers/m-p/875908#M26638</guid>
      <dc:creator>AhmedAl_Attar</dc:creator>
      <dc:date>2023-05-16T01:43:31Z</dc:date>
    </item>
    <item>
      <title>Re: How to find the JRE version of the SAS on linux servers?</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/How-to-find-the-JRE-version-of-the-SAS-on-linux-servers/m-p/875978#M26639</link>
      <description>&lt;P&gt;This is exactly what I was looking for.&amp;nbsp; Thank you Sir !&lt;/P&gt;</description>
      <pubDate>Tue, 16 May 2023 11:56:58 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/How-to-find-the-JRE-version-of-the-SAS-on-linux-servers/m-p/875978#M26639</guid>
      <dc:creator>rkondapalli</dc:creator>
      <dc:date>2023-05-16T11:56:58Z</dc:date>
    </item>
  </channel>
</rss>

