Software Archive
Read-only legacy content
17061 Discussions

Problem understanding Configuring Java Development Environrment

Isaac_Z_
Beginner
244 Views

Hello everyone,

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.

 

To setup the Java environment, copy all files under $(RSSDK_DIR)/framework/common/pxcclr.java/bin/* to the Java application directory. What is the Java application directory? Is it the 'src' folder under a project in Eclipse? 

tipIn the Java application, import the SDK name space by "import intel.rssdk.*;

To build and run the Java application, use the following scripts:

javac -classpath libpxcclr.java.jar *.java Will both this line and the one following it look exactly like this in Eclipse?                                                                                                     (My class name is "Driver" in the "RealSense" project)

java  -classpath libpxcclr.java.jar;. <java-class>

where <java-class> is the main Java class of the application.

 

Thank you all for your time!
~Isaac Z.

 

0 Kudos
1 Reply
Xusheng_L_Intel
Employee
244 Views

This instruction is not for Eclipse. It is for running java app under command line. For detail info, please look at README file under C:\Program Files (x86)\Intel\RSSDK\framework\Java

0 Kudos
Reply