<?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 Issue when using the Java Plugin Node in DataFlux in SAS Data Management</title>
    <link>https://communities.sas.com/t5/SAS-Data-Management/Issue-when-using-the-Java-Plugin-Node-in-DataFlux/m-p/263653#M7263</link>
    <description>&lt;P&gt;I'm using DataFlux Data Management Studio 2.6, and&amp;nbsp;I'm trying to incorporate the Java Plugin node into one of my data jobs. The purpose of the Java Plugin node will be to archive files into a .zip file. What seems like it should be a simple task has proven to be anything but simple. Even testing with a simple Hello World class I've not gotten it to work.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;For some reason, other than the files that are in the default path, which I assume is&amp;nbsp;C:\Program Files\SASHome\DataFluxDataManagementStudio\2.5\lib\dfx-proxy-javaplugin.jar, I cannot select any other class files from any other .jar file, except&amp;nbsp;dfx-javaplugin-samples.jar. So no matter what path I have in the Path field, the only classes that I can select in the Java Class field drop-down are DebugSimpleStep, DebugStep, HttpRequestStep, etc.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I'm not sure what I'm missing. I create the .java file, I compile it, and then I create the .jar file. I point the Java Plugin node path to the .jar file, and then I don't see the class in the drop-down list.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I realize that there are other ways to zip up files, i.e. calling a third-party tool like Winzip, but would rather go the Java route, as we will have future jobs that need to call Java.&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Wed, 13 Apr 2016 20:13:55 GMT</pubDate>
    <dc:creator>kevind21</dc:creator>
    <dc:date>2016-04-13T20:13:55Z</dc:date>
    <item>
      <title>Issue when using the Java Plugin Node in DataFlux</title>
      <link>https://communities.sas.com/t5/SAS-Data-Management/Issue-when-using-the-Java-Plugin-Node-in-DataFlux/m-p/263653#M7263</link>
      <description>&lt;P&gt;I'm using DataFlux Data Management Studio 2.6, and&amp;nbsp;I'm trying to incorporate the Java Plugin node into one of my data jobs. The purpose of the Java Plugin node will be to archive files into a .zip file. What seems like it should be a simple task has proven to be anything but simple. Even testing with a simple Hello World class I've not gotten it to work.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;For some reason, other than the files that are in the default path, which I assume is&amp;nbsp;C:\Program Files\SASHome\DataFluxDataManagementStudio\2.5\lib\dfx-proxy-javaplugin.jar, I cannot select any other class files from any other .jar file, except&amp;nbsp;dfx-javaplugin-samples.jar. So no matter what path I have in the Path field, the only classes that I can select in the Java Class field drop-down are DebugSimpleStep, DebugStep, HttpRequestStep, etc.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I'm not sure what I'm missing. I create the .java file, I compile it, and then I create the .jar file. I point the Java Plugin node path to the .jar file, and then I don't see the class in the drop-down list.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I realize that there are other ways to zip up files, i.e. calling a third-party tool like Winzip, but would rather go the Java route, as we will have future jobs that need to call Java.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 13 Apr 2016 20:13:55 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Management/Issue-when-using-the-Java-Plugin-Node-in-DataFlux/m-p/263653#M7263</guid>
      <dc:creator>kevind21</dc:creator>
      <dc:date>2016-04-13T20:13:55Z</dc:date>
    </item>
    <item>
      <title>Re: Issue when using the Java Plugin Node in DataFlux</title>
      <link>https://communities.sas.com/t5/SAS-Data-Management/Issue-when-using-the-Java-Plugin-Node-in-DataFlux/m-p/263834#M7269</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Have you looked in the documentation for additional setup details? There is a "Java Plugin Node - FAQ" topic as well as a "Java Plugin Node," a "Running a Java Program in a Data Job," and "Set Up for the Java Plugin Node" topics with lots of information about setting classpath information.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Ron&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 14 Apr 2016 12:19:27 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Management/Issue-when-using-the-Java-Plugin-Node-in-DataFlux/m-p/263834#M7269</guid>
      <dc:creator>RonAgresta</dc:creator>
      <dc:date>2016-04-14T12:19:27Z</dc:date>
    </item>
    <item>
      <title>Re: Issue when using the Java Plugin Node in DataFlux</title>
      <link>https://communities.sas.com/t5/SAS-Data-Management/Issue-when-using-the-Java-Plugin-Node-in-DataFlux/m-p/263882#M7270</link>
      <description>&lt;P&gt;Hi Ron,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks for the quick reply. I've looked at "Running a Java Program in a Data Job", "Set Up for the Java Plugin Node", "Example Java Programs for the Java Plugin Node", &lt;SPAN&gt;"Java Plugin Node,&lt;/SPAN&gt;" "Java Plugin Node - FAQ", and even "A SAS®&lt;BR /&gt; Macro to Zip and Unzip Files in MS Windows without Additional External&lt;BR /&gt;Data Archiving Software", which is non-Java solution.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I am able to get results when using the example job in the&amp;nbsp;&lt;SPAN&gt;"&lt;/SPAN&gt;&lt;SPAN&gt;Running a Java Program in a Data Job" article. It's just that when I create my own jar file, and put the classpath where my jar file is located (c:\1\zip.jar), the class doesn't show up in the Java class drop-down list. Attached is a screen shot.&lt;/SPAN&gt;&lt;/P&gt;&lt;BR /&gt;&lt;IMG src="https://communities.sas.com/t5/image/serverpage/image-id/12459i0FD7421983DB4866/image-size/large?v=1.0&amp;amp;px=600" border="0" alt="java_plugin.png" title="java_plugin.png" /&gt;</description>
      <pubDate>Thu, 14 Apr 2016 14:09:18 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Management/Issue-when-using-the-Java-Plugin-Node-in-DataFlux/m-p/263882#M7270</guid>
      <dc:creator>kevind21</dc:creator>
      <dc:date>2016-04-14T14:09:18Z</dc:date>
    </item>
  </channel>
</rss>

