<?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: SAS 9.4 Java install prompt in Administration and Deployment</title>
    <link>https://communities.sas.com/t5/Administration-and-Deployment/SAS-9-4-Java-install-prompt/m-p/250803#M4191</link>
    <description>&lt;P&gt;Thanks. I'll go ahead and install Oracle JRE and configure SAS to use it. Not a big deal, but it would be nice if Oracle would make java updates default to updating in the same folder like it used to. Sometimes I get the option of picking the install folder during the installation, sometimes I don't.&lt;/P&gt;
&lt;P&gt;/gripe&lt;/P&gt;</description>
    <pubDate>Thu, 18 Feb 2016 13:11:53 GMT</pubDate>
    <dc:creator>tpr</dc:creator>
    <dc:date>2016-02-18T13:11:53Z</dc:date>
    <item>
      <title>SAS 9.4 Java install prompt</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/SAS-9-4-Java-install-prompt/m-p/249827#M4140</link>
      <description>&lt;P&gt;I have SAS 9.4 installed on a Windows 2008 R2 terminal server, and it's configured to use the SAS private JRE. When I run this ODS test code, I get the output and graph as expected:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;title 'Comparing Group Means';

data Scores;
   input Gender $ Score @@;
   datalines;
f 75  f 76  f 80  f 77  f 80  f 77  f 73
m 82  m 80  m 85  m 85  m 78  m 87  m 82
;


ods html body='ttest.htm' style=HTMLBlue;

proc ttest;
   class Gender;
   var Score;
run;


ods html close;&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;However, if I run the java example code below, I get prompted to install the latest java version (currently jre 8u73).&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE class="xis-codeFragment"&gt;filename odsout "sales.htm";

/* Close the current ODS HTML destination. */
ods html close;

data sales;
   length Region $ 4 State $ 2;
   format Sales dollar8.;
   input Region State Sales Year Qtr;
   datalines;
West CA 13636 1999 1
West OR 18988 1999 1
West CA 14523 1999 2
West OR 18988 1999 2
East MA 18038 1999 1
East NC 13611 1999 1
East MA 11084 1999 2
East NC 19660 1999 2
West CA 12536 1998 1
West OR 17888 1998 1
West CA 15623 1998 2
West OR 17963 1998 2
East NC 17638 1998 1
East MA 12811 1998 1
East NC 12184 1998 2
East MA 12760 1998 2
;
goptions reset=all border device=java;

ods html file=odsout style=listing;

title "Company Sales, Mid Year";

proc gchart data=sales;
   vbar3d region / sumvar=sales
   group=year subgroup=state;
run; quit;

ods html close;
ods html;&lt;/PRE&gt;
&lt;P&gt;Java code found here:&lt;/P&gt;
&lt;P&gt;&lt;A href="http://support.sas.com/documentation/cdl/en/grapaxug/67223/HTML/default/viewer.htm#n01tdxygiq7h9in1w5enndb8ug4h.htm" target="_blank"&gt;http://support.sas.com/documentation/cdl/en/grapaxug/67223/HTML/default/viewer.htm#n01tdxygiq7h9in1w5enndb8ug4h.htm&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I'm an administrator, not a programmer (Dammit, Jim), so I found this while helping someone troubleshoot one of her sas programs with java. I also may not fully understand the relationship between ODS and Java, so maybe what's happening is perfectly normal.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I can install the newer java and update it almost every month like I do with my 9.3 installations, but I was really hoping to stick with the included version. Is there any way to make a program with java code like the example use the included version of java?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks.&lt;/P&gt;</description>
      <pubDate>Fri, 12 Feb 2016 21:48:01 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/SAS-9-4-Java-install-prompt/m-p/249827#M4140</guid>
      <dc:creator>tpr</dc:creator>
      <dc:date>2016-02-12T21:48:01Z</dc:date>
    </item>
    <item>
      <title>Re: SAS 9.4 Java install prompt</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/SAS-9-4-Java-install-prompt/m-p/249833#M4141</link>
      <description>&lt;P&gt;I believe that the computer needs a Java plug-in over and above the JRE.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Anyone viewing the file would need to have the plug-in.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;From &lt;A href="http://support.sas.com/documentation/cdl/en/grapaxug/67223/HTML/default/viewer.htm#p1eaexgwdb5om3n1lke05vro9w12.htm" target="_blank"&gt;http://support.sas.com/documentation/cdl/en/grapaxug/67223/HTML/default/viewer.htm#p1eaexgwdb5om3n1lke05vro9w12.htm&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;DIV class="xis-note" id="p0fclfc9fje8ran1de31tjicdy4j"&gt;&lt;SPAN class="xis-noteGenText"&gt;Note: &lt;/SPAN&gt;To run an applet, your users must be able access the appropriate Java archive files. Two archives are referenced by default: one is the Java plug-in from Oracle, and the other is the SAS Java archive.&lt;/DIV&gt;
&lt;DIV class="xis-paragraph" id="p1wtmllk2rzu9nn1kt2la6wu39ow"&gt;In the HTML output file, the location of the Java plug-in from Oracle is specified in the CODEBASE attribute of the OBJECT tag. &lt;SPAN class="xis-xrefSee"&gt;&lt;SPAN class="xis-xrefText"&gt; If you need to change this default value, then use the ATTRIBUTES= option of the ODS statement, as described in &lt;/SPAN&gt;&lt;A title="" href="http://support.sas.com/documentation/cdl/en/grapaxug/67223/HTML/default/n0xxefqqkdyl98n132l4mfsl9v5i.htm" target="_blank"&gt;Specifying Parameters and Attributes for Java and ActiveX&lt;/A&gt;&lt;SPAN class="xis-xrefText"&gt;.&lt;/SPAN&gt;&lt;/SPAN&gt; On Windows systems, the user is prompted to install the plug-in if it is not already installed. On other systems, the plug-in can be installed from the SAS Third-Party Software Requirements web page.&lt;/DIV&gt;</description>
      <pubDate>Fri, 12 Feb 2016 22:49:21 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/SAS-9-4-Java-install-prompt/m-p/249833#M4141</guid>
      <dc:creator>ballardw</dc:creator>
      <dc:date>2016-02-12T22:49:21Z</dc:date>
    </item>
    <item>
      <title>Re: SAS 9.4 Java install prompt</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/SAS-9-4-Java-install-prompt/m-p/250803#M4191</link>
      <description>&lt;P&gt;Thanks. I'll go ahead and install Oracle JRE and configure SAS to use it. Not a big deal, but it would be nice if Oracle would make java updates default to updating in the same folder like it used to. Sometimes I get the option of picking the install folder during the installation, sometimes I don't.&lt;/P&gt;
&lt;P&gt;/gripe&lt;/P&gt;</description>
      <pubDate>Thu, 18 Feb 2016 13:11:53 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/SAS-9-4-Java-install-prompt/m-p/250803#M4191</guid>
      <dc:creator>tpr</dc:creator>
      <dc:date>2016-02-18T13:11:53Z</dc:date>
    </item>
  </channel>
</rss>

