icon PI Science API
  1. About library

  2. How to use it

  3. Download + Doc

            bug report Bug report


PI Science API - How to use it (Eclipse/NetBeans)
Add .jar file with library (pi_science_apiX.X.X.jar) to your project:

a) In ECLIPSE

 a1) Click with right mouse button on project, select "Build path", "Configure Build Path...".
how1
 a2) Select "Libraries" page, click on "Add External JARs..." button.
how2
 a3) Select "pi_science_api_X.X.X.jar" library.
how3
 a4) Selected .jar file is now between used libraries.
how4
 a5) In project you can see .jar as referenced library. Now, you can use it in your project.
how5

b) In NETBEANS

 b1) Click with right mouse button on project, select "Properties".
how1
 b2) Click on "Libraries" and on "Add JAR/Folder" button.
how2
 b3) Select "pi_science_api_X.X.X.jar" library.
how4
 b4) In project you can see .jar in Libraries folder. Now, you can use it in your project.
how4