Date: Mon, 27 Mar 2006 13:41:06 -0500
Reply-To: Edzard van Santen <evsanten@ACESAG.AUBURN.EDU>
Sender: "SAS(r) Discussion" <SAS-L@LISTSERV.UGA.EDU>
From: Edzard van Santen <evsanten@ACESAG.AUBURN.EDU>
Subject: Re: JAVA error message
Thank you John. I took the easy way out by uninstalling vs 1.5 and
reinstalling vs 1.4 from the SUN website as you suggested. Worked like a charm.
On Mon, 27 Mar 2006 13:00:53 -0500, Gerstle, John <yzg9@CDC.GOV> wrote:
>How timely!!! I've just got this error and found the answer!!
>
>See SN-015237 Tech Note. You either need to uninstall Java v1.5 and
>re-install v1.4 OR modify your SAS v9 config file ( !sasroot\nls\en
>file) as demonstrated in the Tech Note.
>
>I haven't made the change yet, but will here in a few hours.
>
>John Gerstle, MS
>Biostatistician
>Northrop Grumman
>CDC Information Technological Support Contract (CITS)
>NCHSTP \DHAP \HICSB \Research, Analysis, and Evaluation Section
>Centers for Disease Control and Prevention
>
>"As far as the laws of mathematics refer to reality, they are not
>certain; and as far as they are certain, they do not refer to reality."
>
> Albert Einstein, addressing the Prussian Acadamy of
>Science, Berlin , Jan 27, 1921
>
>"Boss. We've got cats." "Meow"
>
>>> -----Original Message-----
>>> From: owner-sas-l@listserv.uga.edu
>[mailto:owner-sas-l@listserv.uga.edu]
>>> On Behalf Of Edzard van Santen
>>> Sent: Monday, March 27, 2006 12:44 PM
>>> To: SAS-L@LISTSERV.UGA.EDU
>>> Cc: Edzard van Santen
>>> Subject: JAVA error message
>>>
>>> I am trying to get a handle on the experimental ODS graphics output
>for
>>> proc
>>> corr and encountered a problem.
>>> ods graphics on;
>>> ods html file='C:\MOMA_Analysis\correl.html';
>>> proc corr data=MOMA.meansincolumns nosimple plots=MATRIX;
>>> var angle heading seed_yld Seed_mass Til_N Til_dia Til_Len S_Nod
>>> Pan_len
>>> Pan_nod L_len L_wid;
>>> run;
>>> ods html close;
>>> ods graphics off;
>>> run;
>>>
>>>
>>> The following error message was displayed:
>>> 'The unsupported JRE version 1.5 was installed.'
>>> Can't load class com/sas/tk/util/SetStandardOut.
>>> Can't redirect System.err to SAS log.
>>> Can't load class com/sas/tk/util/SetStandardOut.
>>> Can't redirect System.out to SAS log.
>>> Can't load class com/sas/tk/util/SetStandardOut.
>>> System.out not restored
>>> Can't load class com/sas/tk/util/SetStandardOut.
>>> System.err not restored
>>> ERROR: Java class generated an exception.
>>>
>>> I then ran proc javainfo and got the following info in the log window
>>> java.version = 1.5.0_06
>>> java.vm.version = 1.5.0_06-b05
>>> java.home = C:\PROGRA~1\Java\JRE15~2.0_0
>>> java.class.path = C:\PROGRA~1\Java\JRE15~2.0_0\classes
>>> java.ext.dirs = C:\PROGRA~1\Java\JRE15~2.0_0\lib\ext
>>> java.security.policy = <no value>
>>> javaplugin.version = 1.5.0_06
>>> sas.jre = <no value>
>>> PFS_TEMPLATE = <no value>
>>> java.vendor = Sun Microsystems Inc.
>>> java.vendor.url = http://java.sun.com/
>>> java.vm.specification.version = 1.0
>>> java.vm.specification.vendor = Sun Microsystems Inc.
>>> java.vm.specification.name = Java Virtual Machine Specification
>>> java.vm.vendor = Sun Microsystems Inc.
>>> java.vm.name = Java HotSpot(TM) Client VM
>>> java.specification.version = 1.5
>>> java.specification.vendor = Sun Microsystems Inc.
>>> java.specification.name = Java Platform API Specification
>>> java.class.version = 49.0
>>> os.name = Windows XP
>>> os.arch = x86
>>> os.version = 5.1
>>> file.separator = \
>>> path.separator = ;
>>> line.separator =
>>>
>>> How do I fix the problem?
|