<?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: Adding a new path to SAS Classpath in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/Adding-a-new-path-to-SAS-Classpath/m-p/575456#M162786</link>
    <description>&lt;P&gt;Thank you for your response, I got this warning "WARNING: Could not initialize classpath. Classpath variable is not set."&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;NOTE: Argument not valid for the function SYSGET('CLASSPATH').......&lt;/P&gt;&lt;P&gt;NOTE: Ignore any messages from the next statement(s)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I think it wasn't set correctly then&lt;/P&gt;</description>
    <pubDate>Mon, 22 Jul 2019 16:53:41 GMT</pubDate>
    <dc:creator>Sk4r</dc:creator>
    <dc:date>2019-07-22T16:53:41Z</dc:date>
    <item>
      <title>Adding a new path to SAS Classpath</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Adding-a-new-path-to-SAS-Classpath/m-p/574680#M162524</link>
      <description>&lt;P&gt;Hi, I've got some java classes stored on a directory that a SAS program uses, problem is that I dont know how to add the path to that directory to the Classpath, so the program can run correctly. That's the problem that I'd like to solve.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I've tried adding a set path statement con the sasconfig file and adding the path to the environment variable (I am working on a Windows 7 OS and SAS 9.4/ EG 7.1).&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you in advance.&lt;/P&gt;</description>
      <pubDate>Thu, 18 Jul 2019 17:14:36 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Adding-a-new-path-to-SAS-Classpath/m-p/574680#M162524</guid>
      <dc:creator>Sk4r</dc:creator>
      <dc:date>2019-07-18T17:14:36Z</dc:date>
    </item>
    <item>
      <title>Re: Adding a new path to SAS Classpath</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Adding-a-new-path-to-SAS-Classpath/m-p/575138#M162623</link>
      <description>&lt;P&gt;Have you tried &lt;A href="https://support.sas.com/kb/38/518.html" target="_blank"&gt;https://support.sas.com/kb/38/518.html&lt;/A&gt;?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 20 Jul 2019 14:07:40 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Adding-a-new-path-to-SAS-Classpath/m-p/575138#M162623</guid>
      <dc:creator>andreas_lds</dc:creator>
      <dc:date>2019-07-20T14:07:40Z</dc:date>
    </item>
    <item>
      <title>Re: Adding a new path to SAS Classpath</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Adding-a-new-path-to-SAS-Classpath/m-p/575456#M162786</link>
      <description>&lt;P&gt;Thank you for your response, I got this warning "WARNING: Could not initialize classpath. Classpath variable is not set."&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;NOTE: Argument not valid for the function SYSGET('CLASSPATH').......&lt;/P&gt;&lt;P&gt;NOTE: Ignore any messages from the next statement(s)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I think it wasn't set correctly then&lt;/P&gt;</description>
      <pubDate>Mon, 22 Jul 2019 16:53:41 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Adding-a-new-path-to-SAS-Classpath/m-p/575456#M162786</guid>
      <dc:creator>Sk4r</dc:creator>
      <dc:date>2019-07-22T16:53:41Z</dc:date>
    </item>
    <item>
      <title>Re: Adding a new path to SAS Classpath</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Adding-a-new-path-to-SAS-Classpath/m-p/575677#M162896</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/260148"&gt;@Sk4r&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;
&lt;P&gt;Thank you for your response, I got this warning "WARNING: Could not initialize classpath. Classpath variable is not set."&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;NOTE: Argument not valid for the function SYSGET('CLASSPATH').......&lt;/P&gt;
&lt;P&gt;NOTE: Ignore any messages from the next statement(s)&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I think it wasn't set correctly then&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;This error occurs because the classpath-variable has to exist before it can be modified. So creating it (by setting it to blank) in the server config solved the issue for me.&lt;/P&gt;</description>
      <pubDate>Tue, 23 Jul 2019 08:03:52 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Adding-a-new-path-to-SAS-Classpath/m-p/575677#M162896</guid>
      <dc:creator>andreas_lds</dc:creator>
      <dc:date>2019-07-23T08:03:52Z</dc:date>
    </item>
    <item>
      <title>Re: Adding a new path to SAS Classpath</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Adding-a-new-path-to-SAS-Classpath/m-p/575861#M162949</link>
      <description>&lt;P&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/15475"&gt;@andreas_lds&lt;/a&gt;&amp;nbsp;Thank you for your response, could you tell me, please, what steps did follow to set it properly? Just to avoid confusion. Thank you very much.&lt;/P&gt;</description>
      <pubDate>Tue, 23 Jul 2019 15:35:28 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Adding-a-new-path-to-SAS-Classpath/m-p/575861#M162949</guid>
      <dc:creator>Sk4r</dc:creator>
      <dc:date>2019-07-23T15:35:28Z</dc:date>
    </item>
    <item>
      <title>Re: Adding a new path to SAS Classpath</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Adding-a-new-path-to-SAS-Classpath/m-p/576044#M163020</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/260148"&gt;@Sk4r&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;
&lt;P&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/15475"&gt;@andreas_lds&lt;/a&gt;&amp;nbsp;Thank you for your response, could you tell me, please, what steps did follow to set it properly? Just to avoid confusion. Thank you very much.&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;Just set an environment-variable on computer on which sas.exe is running. The process depends on the operating system used and is well documented. As value i used a single blank.&lt;/P&gt;</description>
      <pubDate>Wed, 24 Jul 2019 05:46:08 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Adding-a-new-path-to-SAS-Classpath/m-p/576044#M163020</guid>
      <dc:creator>andreas_lds</dc:creator>
      <dc:date>2019-07-24T05:46:08Z</dc:date>
    </item>
    <item>
      <title>Re: Adding a new path to SAS Classpath</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Adding-a-new-path-to-SAS-Classpath/m-p/576194#M163063</link>
      <description>&lt;P&gt;Hi, I am using Windows 7, working on EG 7.1 and local machine, I'm following what this page says I&lt;A href="http://support.sas.com/documentation/cdl/en/lrcon/65287/HTML/default/viewer.htm#n0swy2q7eouj2fn11g1o28q57v4u.htm" target="_blank" rel="noopener"&gt;http://support.sas.com/documentation/cdl/en/lrcon/65287/HTML/default/viewer.htm#n0swy2q7eouj2fn11g1o28q57v4u.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I tried creating a new environment variable on Windows called CLASSPATH as a blank space and set its value on sas config file writing -SET CLASSPATH "route", but it didn't solve it.&lt;/P&gt;&lt;P&gt;If it wasn't bothersome, could you please tell your sources to do it, or how did you do it specifically, please?&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The error became a warning&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;WARNING: Could not initialize classpath.  Classpath variable is not set.
path_separator=;
NOTE: Argumento no válido para la función SYSGET('CLASSPATH') en línea 77 columna 242. &amp;lt;--- This means argument no valid for the function sysget
NOTE: Ignore any messages from the next statement(s)
_ERROR_=1
orig_classpath= 
path_separator=; orig_classpath=  _ERROR_=1 _N_=1&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Wed, 24 Jul 2019 15:58:31 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Adding-a-new-path-to-SAS-Classpath/m-p/576194#M163063</guid>
      <dc:creator>Sk4r</dc:creator>
      <dc:date>2019-07-24T15:58:31Z</dc:date>
    </item>
    <item>
      <title>Re: Adding a new path to SAS Classpath</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Adding-a-new-path-to-SAS-Classpath/m-p/576451#M163177</link>
      <description>&lt;P&gt;I used the first option in the listed in the linked page:&lt;/P&gt;
&lt;TABLE class="tgroup" cellspacing="0"&gt;
&lt;TBODY&gt;
&lt;TR&gt;
&lt;TD style="text-align: left;" valign="top"&gt;
&lt;DIV class="paraTableFirst"&gt;Globally&lt;/DIV&gt;
&lt;/TD&gt;
&lt;TD style="text-align: left;" valign="top"&gt;
&lt;DIV class="paraTableFirst"&gt;&lt;A name="p0x1gflow0cojsn1r41eslyr7zqo" target="_blank"&gt;&lt;/A&gt;Windows System Environment Variable in Control Panel&lt;/DIV&gt;
&lt;/TD&gt;
&lt;TD style="text-align: left;" valign="top"&gt;
&lt;DIV class="paraTableFirst"&gt;&lt;A name="p1jp90z8ytfh1en11dqo055crpug" target="_blank"&gt;&lt;/A&gt;&lt;SPAN class="selectionPath"&gt;&lt;SPAN class="selection"&gt;Control Panel&lt;/SPAN&gt;&lt;SPAN class="selectionArrow"&gt;&lt;IMG src="http://support.sas.com/documentation/cdl/en/lrcon/65287/HTML/default/images/arrow.gif" alt="then select" width="11" height="10" border="0" /&gt;&lt;/SPAN&gt;&lt;SPAN class="selection"&gt;System&lt;/SPAN&gt;&lt;SPAN class="selectionArrow"&gt;&lt;IMG src="http://support.sas.com/documentation/cdl/en/lrcon/65287/HTML/default/images/arrow.gif" alt="then select" width="11" height="10" border="0" /&gt;&lt;/SPAN&gt;&lt;SPAN class="selection"&gt;Advanced&lt;/SPAN&gt;&lt;SPAN class="selectionArrow"&gt;&lt;IMG src="http://support.sas.com/documentation/cdl/en/lrcon/65287/HTML/default/images/arrow.gif" alt="then select" width="11" height="10" border="0" /&gt;&lt;/SPAN&gt;&lt;SPAN class="selection"&gt;Environment Variables&lt;/SPAN&gt;&lt;/SPAN&gt; (Windows XP Classic view)&lt;/DIV&gt;
&lt;/TD&gt;
&lt;/TR&gt;
&lt;/TBODY&gt;
&lt;/TABLE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You need to restart EG (all SAS processes).&lt;/P&gt;</description>
      <pubDate>Thu, 25 Jul 2019 06:00:59 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Adding-a-new-path-to-SAS-Classpath/m-p/576451#M163177</guid>
      <dc:creator>andreas_lds</dc:creator>
      <dc:date>2019-07-25T06:00:59Z</dc:date>
    </item>
    <item>
      <title>Re: Adding a new path to SAS Classpath</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Adding-a-new-path-to-SAS-Classpath/m-p/577874#M163795</link>
      <description>&lt;P&gt;Thank you for your reply, I appreciate your time, it was holidays.&lt;/P&gt;&lt;P&gt;I created a new environment variable called CLASSPATH set as one blank space.&lt;/P&gt;&lt;P&gt;Then I follow the guide provided on the link to add a new path to the classpath.&lt;/P&gt;&lt;P&gt;After that, I run proc javainfo, but my path is not added to java.class.path, and errors about initializing classpath still occurs.&lt;/P&gt;&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;FS_TEMPLATE = C:\Program Files\SASHome\x86\SASFoundation\9.4\tkjava\sasmisc\qrpfstpt.xml
java.class.path = C:\PROGRA~1\SASHome\SASVER~1\eclipse\plugins\SASLAU~1.JAR

java.class.version = 51.0
java.runtime.name = Java(TM) SE Runtime Environment
java.runtime.version = 1.7.0_76-b13
java.security.auth.login.config = C:\Program
Files\SASHome\x86\SASFoundation\9.4\tkjava\sasmisc\sas.login.config
java.security.policy = C:\Program Files\SASHome\x86\SASFoundation\9.4\tkjava\sasmisc\sas.policy
java.specification.version = 1.7
java.system.class.loader = com.sas.app.AppClassLoader
java.vendor = Oracle Corporation
java.version = 1.7.0_76
java.vm.name = Java HotSpot(TM) Client VM
java.vm.specification.version = 1.7
java.vm.version = 24.76-b04
sas.app.class.path = C:\PROGRA~1\SASHome\SASVER~1\eclipse\plugins\tkjava.jar
sas.ext.config = C:\Program Files\SASHome\x86\SASFoundation\9.4\tkjava\sasmisc\sas.java.ext.config
sas.jre.libjvm = C:\PROGRA~1\SASHome\x86\SASPRI~1\9.4\jre\bin\client\jvm.dll
tkj.app.launch.config = C:\PROGRA~1\SASHome\SASVER~1\picklist
user.country = PE
user.language = es&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Tue, 30 Jul 2019 19:11:56 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Adding-a-new-path-to-SAS-Classpath/m-p/577874#M163795</guid>
      <dc:creator>Sk4r</dc:creator>
      <dc:date>2019-07-30T19:11:56Z</dc:date>
    </item>
    <item>
      <title>Re: Adding a new path to SAS Classpath</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Adding-a-new-path-to-SAS-Classpath/m-p/577950#M163847</link>
      <description>&lt;P&gt;Please post the code you used.&lt;/P&gt;</description>
      <pubDate>Wed, 31 Jul 2019 06:03:45 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Adding-a-new-path-to-SAS-Classpath/m-p/577950#M163847</guid>
      <dc:creator>andreas_lds</dc:creator>
      <dc:date>2019-07-31T06:03:45Z</dc:date>
    </item>
    <item>
      <title>Re: Adding a new path to SAS Classpath</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Adding-a-new-path-to-SAS-Classpath/m-p/578125#M163920</link>
      <description>&lt;P&gt;First, I set environment variable as blank space.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Captura.PNG" style="width: 385px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/31447i8CBF682C8AE5ABAE/image-size/large?v=v2&amp;amp;px=999" role="button" title="Captura.PNG" alt="Captura.PNG" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Then, I used the code provided on the link&amp;nbsp;&lt;A href="https://support.sas.com/kb/38/518.html" target="_blank" rel="noopener"&gt;https://support.sas.com/kb/38/518.html&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;%macro init_classpath_update;
	DATA _null_;
	    LENGTH  path_separator $ 2
	            orig_classpath $ 500;

	    DECLARE JavaObj f("java.io.File", "");
	    f.getStaticStringField("pathSeparator", path_separator);

	    orig_classpath = STRIP(SYSGET("CLASSPATH"));

	    IF _ERROR_ = 1 OR LENGTH(orig_classpath) = 0 THEN DO;
			PUT "NOTE: Ignore any messages from the next statement(s)";
	        orig_classpath = "";
		END;

	    CALL SYMPUTX('CP_orig_classpath', STRIP(orig_classpath), 'GLOBAL');
	    CALL SYMPUTX('CP_path_separator', COMPRESS(path_separator), 'GLOBAL');
	RUN;
%mend;

%macro add_to_classpath(cp_addition);
	DATA _null_;
	    LENGTH  current_classpath $ 500
	            new_classpath $ 500;

	    current_classpath = STRIP(SYSGET("CLASSPATH"));

	    IF _ERROR_ = 1 OR LENGTH(current_classpath) = 0 THEN DO;
			PUT "NOTE: Ignore any messages from the nearby statement(s)";
	        new_classpath = "&amp;amp;cp_addition";
		END;
	    ELSE DO;
        	new_classpath = COMPRESS(current_classpath) || "&amp;amp;CP_path_separator" || "&amp;amp;cp_addition";
		END;

	    CALL SYMPUTX('CP_new_classpath', STRIP(new_classpath), 'GLOBAL');
	RUN;

	%PUT NOTE: Setting Java classpath to &amp;amp;CP_new_classpath;
	OPTIONS SET=CLASSPATH "&amp;amp;CP_new_classpath";
%mend;

%macro reset_classpath;
	%PUT NOTE: Setting Java classpath back to its original state: &amp;amp;CP_orig_classpath;
	OPTIONS SET=CLASSPATH "&amp;amp;CP_orig_classpath";
%mend;&lt;/CODE&gt;&lt;/PRE&gt;&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;/*Set path*/&lt;BR /&gt;%init_classpath_update;
%add_to_classpath(V:\estadística\fuente\Java\Libreria);

/*Some&amp;nbsp;javaobj&amp;nbsp;code*/
%macro crea_directorio(path);
   data crea_directorio;
   declare javaobj jd;
   jd = _new_ javaobj ('Directorio',&amp;amp;path);
   jd.callBooleanMethod ('creaDir', rc);
   put 'rc: 1-|El directorio se creo, 0-| El directorio no se creo';
   put rc=;
   jd.delete();
   run;
%mend;

/*Some calls to the macro that uses javaobj*/

%reset_classpath;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;is it maybe because the route contains characters that are not ASCII symbols?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 31 Jul 2019 15:48:49 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Adding-a-new-path-to-SAS-Classpath/m-p/578125#M163920</guid>
      <dc:creator>Sk4r</dc:creator>
      <dc:date>2019-07-31T15:48:49Z</dc:date>
    </item>
    <item>
      <title>Re: Adding a new path to SAS Classpath</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Adding-a-new-path-to-SAS-Classpath/m-p/578266#M163970</link>
      <description>&lt;BLOCKQUOTE&gt;
&lt;P&gt;is it maybe because the route contains characters that are not ASCII symbols?&lt;/P&gt;
&lt;/BLOCKQUOTE&gt;
&lt;P&gt;Maybe. But more likely the problem is&lt;/P&gt;
&lt;PRE class=" language-sas"&gt;&lt;CODE class="  language-sas"&gt;&lt;SPAN class="token macroname"&gt;%add_to_classpath&lt;/SPAN&gt;&lt;SPAN class="token punctuation"&gt;(&lt;/SPAN&gt;V:&lt;SPAN class="token punctuation"&gt;\&lt;/SPAN&gt;estadística&lt;SPAN class="token punctuation"&gt;\&lt;/SPAN&gt;fuente&lt;SPAN class="token punctuation"&gt;\&lt;/SPAN&gt;Java&lt;SPAN class="token punctuation"&gt;\&lt;/SPAN&gt;Libreria&lt;SPAN class="token punctuation"&gt;)&lt;/SPAN&gt;&lt;SPAN class="token punctuation"&gt;;&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;Are there classes or jars in the folder? If you have jars, you need to add every jar with %add_to_classpath.&lt;/P&gt;</description>
      <pubDate>Thu, 01 Aug 2019 04:36:38 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Adding-a-new-path-to-SAS-Classpath/m-p/578266#M163970</guid>
      <dc:creator>andreas_lds</dc:creator>
      <dc:date>2019-08-01T04:36:38Z</dc:date>
    </item>
    <item>
      <title>Re: Adding a new path to SAS Classpath</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Adding-a-new-path-to-SAS-Classpath/m-p/578472#M164079</link>
      <description>&lt;P&gt;Thank you for your answer, it's a directory with classes, there are no jar files, just like the photo displays below.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Captura.PNG" style="width: 553px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/31466i3E46FE640BE0CE8B/image-size/large?v=v2&amp;amp;px=999" role="button" title="Captura.PNG" alt="Captura.PNG" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 01 Aug 2019 15:27:29 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Adding-a-new-path-to-SAS-Classpath/m-p/578472#M164079</guid>
      <dc:creator>Sk4r</dc:creator>
      <dc:date>2019-08-01T15:27:29Z</dc:date>
    </item>
    <item>
      <title>Re: Adding a new path to SAS Classpath</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Adding-a-new-path-to-SAS-Classpath/m-p/578612#M164125</link>
      <description>&lt;P&gt;Well, i don't get it. Extending CLASSPATH the way you did it should make those classes usable in sas. I am sorry, but i don't have any idea how to fix the problem. You should talk to tech support, i am sure they can find a solution.&lt;/P&gt;</description>
      <pubDate>Fri, 02 Aug 2019 04:53:35 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Adding-a-new-path-to-SAS-Classpath/m-p/578612#M164125</guid>
      <dc:creator>andreas_lds</dc:creator>
      <dc:date>2019-08-02T04:53:35Z</dc:date>
    </item>
    <item>
      <title>Re: Adding a new path to SAS Classpath</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Adding-a-new-path-to-SAS-Classpath/m-p/578763#M164198</link>
      <description>&lt;P&gt;Well, It's only happening on my computer. I tried the program on another user who uses those java objects, and it runs correctly, while I'm just testing some things that doesn't concern too much on that.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Anyways, thank you for everything.&lt;/P&gt;</description>
      <pubDate>Fri, 02 Aug 2019 15:53:42 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Adding-a-new-path-to-SAS-Classpath/m-p/578763#M164198</guid>
      <dc:creator>Sk4r</dc:creator>
      <dc:date>2019-08-02T15:53:42Z</dc:date>
    </item>
  </channel>
</rss>

