<?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 Problem understanding Configuring Java Development Environrment in Software Archive</title>
    <link>https://community.intel.com/t5/Software-Archive/Problem-understanding-Configuring-Java-Development-Environrment/m-p/1034345#M43329</link>
    <description>&lt;P&gt;Hello everyone,&lt;BR /&gt;
	&lt;BR /&gt;
	I am new to RealSense and am having difficulty setting up my Java Environment. I have Eclipse installed on my system. And am having trouble understanding how to implement these steps.&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;

&lt;P class="p_Body" style="margin-top: 7px; margin-bottom: 7px; color: rgb(0, 0, 0); font-family: 'Intel Clear'; font-size: 14.6666669845581px; line-height: normal;"&gt;&lt;SPAN class="f_Body"&gt;To setup the Java environment, copy all files under&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN class="f_CodeExample" style="font-size: 10pt; font-family: 'Courier New';"&gt;$(RSSDK_DIR)/framework/common/pxcclr.java/bin/*&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN class="f_Body"&gt;to the Java application directory.&amp;nbsp;&lt;STRONG&gt;What is the Java application&amp;nbsp;&lt;EM&gt;directory?&amp;nbsp;&lt;/EM&gt;Is it the 'src' folder under a project in Eclipse?&amp;nbsp;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;

&lt;P class="p_Body" style="margin-top: 7px; margin-bottom: 7px; color: rgb(0, 0, 0); font-family: 'Intel Clear'; font-size: 14.6666669845581px; line-height: normal;"&gt;&lt;IMG alt="tip" height="24" src="https://software.intel.com/sites/landingpage/realsense/camera-sdk/v1.1/documentation/html/tip.png" style="width: 24px; height: 24px; border-style: none; border-width: initial;" width="24" /&gt;&lt;SPAN class="f_Body"&gt;In the Java application, import the SDK name space by "&lt;/SPAN&gt;&lt;SPAN class="f_CodeExample" style="font-size: 10pt; font-family: 'Courier New';"&gt;import intel.rssdk.*;&lt;/SPAN&gt;&lt;SPAN class="f_Body"&gt;"&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;

&lt;P class="p_Body" style="margin-top: 7px; margin-bottom: 7px; color: rgb(0, 0, 0); font-family: 'Intel Clear'; font-size: 14.6666669845581px; line-height: normal;"&gt;&lt;SPAN class="f_Body"&gt;To build and run the Java application, use the following scripts:&lt;/SPAN&gt;&lt;/P&gt;

&lt;P class="p_CodeExample" style="margin-bottom: 0px; margin-left: 24px; color: rgb(0, 0, 0); font-family: 'Intel Clear'; font-size: 14.6666669845581px; line-height: normal;"&gt;&lt;SPAN class="f_CodeExample" style="font-size: 10pt; font-family: 'Courier New';"&gt;javac -classpath libpxcclr.java.jar *.java&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN style="font-weight: 700; color: rgb(0, 0, 0); font-family: 'Intel Clear'; font-size: 14.6666669845581px; line-height: normal;"&gt;Will both this line and the one following it look exactly like this in Eclipse? &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; (My class name is "Driver" in the "RealSense" project)&lt;/SPAN&gt;&lt;/P&gt;

&lt;P class="p_CodeExample" style="margin-bottom: 0px; margin-left: 24px; color: rgb(0, 0, 0); font-family: 'Intel Clear'; font-size: 14.6666669845581px; line-height: normal;"&gt;&lt;SPAN class="f_CodeExample" style="font-size: 10pt; font-family: 'Courier New';"&gt;java &amp;nbsp;-classpath libpxcclr.java.jar;. &amp;lt;java-class&amp;gt;&lt;/SPAN&gt;&lt;/P&gt;

&lt;P class="p_Body" style="margin-top: 7px; margin-bottom: 7px; color: rgb(0, 0, 0); font-family: 'Intel Clear'; font-size: 14.6666669845581px; line-height: normal;"&gt;&lt;SPAN class="f_Body"&gt;where&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN class="f_CodeExample" style="font-size: 10pt; font-family: 'Courier New';"&gt;&amp;lt;java-class&amp;gt;&lt;/SPAN&gt;&lt;SPAN class="f_Body"&gt;&amp;nbsp;is the main Java class of the application.&lt;/SPAN&gt;&lt;/P&gt;

&lt;P class="p_Body" style="margin-top: 7px; margin-bottom: 7px; color: rgb(0, 0, 0); font-family: 'Intel Clear'; font-size: 14.6666669845581px; line-height: normal;"&gt;&lt;SPAN class="f_Body"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;

&lt;P class="p_Body" style="margin-top: 7px; margin-bottom: 7px; color: rgb(0, 0, 0); font-family: 'Intel Clear'; font-size: 14.6666669845581px; line-height: normal;"&gt;&lt;SPAN class="f_Body"&gt;Thank you all for your time!&lt;BR /&gt;
	~Isaac Z.&lt;/SPAN&gt;&lt;BR /&gt;
	&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Wed, 10 Jun 2015 17:35:40 GMT</pubDate>
    <dc:creator>Isaac_Z_</dc:creator>
    <dc:date>2015-06-10T17:35:40Z</dc:date>
    <item>
      <title>Problem understanding Configuring Java Development Environrment</title>
      <link>https://community.intel.com/t5/Software-Archive/Problem-understanding-Configuring-Java-Development-Environrment/m-p/1034345#M43329</link>
      <description>&lt;P&gt;Hello everyone,&lt;BR /&gt;
	&lt;BR /&gt;
	I am new to RealSense and am having difficulty setting up my Java Environment. I have Eclipse installed on my system. And am having trouble understanding how to implement these steps.&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;

&lt;P class="p_Body" style="margin-top: 7px; margin-bottom: 7px; color: rgb(0, 0, 0); font-family: 'Intel Clear'; font-size: 14.6666669845581px; line-height: normal;"&gt;&lt;SPAN class="f_Body"&gt;To setup the Java environment, copy all files under&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN class="f_CodeExample" style="font-size: 10pt; font-family: 'Courier New';"&gt;$(RSSDK_DIR)/framework/common/pxcclr.java/bin/*&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN class="f_Body"&gt;to the Java application directory.&amp;nbsp;&lt;STRONG&gt;What is the Java application&amp;nbsp;&lt;EM&gt;directory?&amp;nbsp;&lt;/EM&gt;Is it the 'src' folder under a project in Eclipse?&amp;nbsp;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;

&lt;P class="p_Body" style="margin-top: 7px; margin-bottom: 7px; color: rgb(0, 0, 0); font-family: 'Intel Clear'; font-size: 14.6666669845581px; line-height: normal;"&gt;&lt;IMG alt="tip" height="24" src="https://software.intel.com/sites/landingpage/realsense/camera-sdk/v1.1/documentation/html/tip.png" style="width: 24px; height: 24px; border-style: none; border-width: initial;" width="24" /&gt;&lt;SPAN class="f_Body"&gt;In the Java application, import the SDK name space by "&lt;/SPAN&gt;&lt;SPAN class="f_CodeExample" style="font-size: 10pt; font-family: 'Courier New';"&gt;import intel.rssdk.*;&lt;/SPAN&gt;&lt;SPAN class="f_Body"&gt;"&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;

&lt;P class="p_Body" style="margin-top: 7px; margin-bottom: 7px; color: rgb(0, 0, 0); font-family: 'Intel Clear'; font-size: 14.6666669845581px; line-height: normal;"&gt;&lt;SPAN class="f_Body"&gt;To build and run the Java application, use the following scripts:&lt;/SPAN&gt;&lt;/P&gt;

&lt;P class="p_CodeExample" style="margin-bottom: 0px; margin-left: 24px; color: rgb(0, 0, 0); font-family: 'Intel Clear'; font-size: 14.6666669845581px; line-height: normal;"&gt;&lt;SPAN class="f_CodeExample" style="font-size: 10pt; font-family: 'Courier New';"&gt;javac -classpath libpxcclr.java.jar *.java&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN style="font-weight: 700; color: rgb(0, 0, 0); font-family: 'Intel Clear'; font-size: 14.6666669845581px; line-height: normal;"&gt;Will both this line and the one following it look exactly like this in Eclipse? &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; (My class name is "Driver" in the "RealSense" project)&lt;/SPAN&gt;&lt;/P&gt;

&lt;P class="p_CodeExample" style="margin-bottom: 0px; margin-left: 24px; color: rgb(0, 0, 0); font-family: 'Intel Clear'; font-size: 14.6666669845581px; line-height: normal;"&gt;&lt;SPAN class="f_CodeExample" style="font-size: 10pt; font-family: 'Courier New';"&gt;java &amp;nbsp;-classpath libpxcclr.java.jar;. &amp;lt;java-class&amp;gt;&lt;/SPAN&gt;&lt;/P&gt;

&lt;P class="p_Body" style="margin-top: 7px; margin-bottom: 7px; color: rgb(0, 0, 0); font-family: 'Intel Clear'; font-size: 14.6666669845581px; line-height: normal;"&gt;&lt;SPAN class="f_Body"&gt;where&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN class="f_CodeExample" style="font-size: 10pt; font-family: 'Courier New';"&gt;&amp;lt;java-class&amp;gt;&lt;/SPAN&gt;&lt;SPAN class="f_Body"&gt;&amp;nbsp;is the main Java class of the application.&lt;/SPAN&gt;&lt;/P&gt;

&lt;P class="p_Body" style="margin-top: 7px; margin-bottom: 7px; color: rgb(0, 0, 0); font-family: 'Intel Clear'; font-size: 14.6666669845581px; line-height: normal;"&gt;&lt;SPAN class="f_Body"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;

&lt;P class="p_Body" style="margin-top: 7px; margin-bottom: 7px; color: rgb(0, 0, 0); font-family: 'Intel Clear'; font-size: 14.6666669845581px; line-height: normal;"&gt;&lt;SPAN class="f_Body"&gt;Thank you all for your time!&lt;BR /&gt;
	~Isaac Z.&lt;/SPAN&gt;&lt;BR /&gt;
	&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 10 Jun 2015 17:35:40 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/Problem-understanding-Configuring-Java-Development-Environrment/m-p/1034345#M43329</guid>
      <dc:creator>Isaac_Z_</dc:creator>
      <dc:date>2015-06-10T17:35:40Z</dc:date>
    </item>
    <item>
      <title>This instruction is not for</title>
      <link>https://community.intel.com/t5/Software-Archive/Problem-understanding-Configuring-Java-Development-Environrment/m-p/1034346#M43330</link>
      <description>&lt;P&gt;This instruction is not for Eclipse. It is for running java app under command line. For detail info, please look at &lt;SPAN style="font-size: 12px; line-height: 18px;"&gt;README file under&amp;nbsp;&lt;/SPAN&gt;C:\Program Files (x86)\Intel\RSSDK\framework\Java&lt;/P&gt;</description>
      <pubDate>Thu, 11 Jun 2015 17:49:53 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/Problem-understanding-Configuring-Java-Development-Environrment/m-p/1034346#M43330</guid>
      <dc:creator>Xusheng_L_Intel</dc:creator>
      <dc:date>2015-06-11T17:49:53Z</dc:date>
    </item>
  </channel>
</rss>

