| | 80 | === Add External Jars to Eclipse Project Classpath === |
|---|
| | 81 | |
|---|
| | 82 | 1. Select the project ''TestSDKRuntime'' -> Right-Click -> Build Path -> Configure Build Path |
|---|
| | 83 | 2. Click on the tab "Libraries" |
|---|
| | 84 | [[Image(source:exp/sds/exp2/images/AddLibs.png)]] |
|---|
| | 85 | 3. Click on the tab "Add External JARs" and navigate to your local-client/lib folder ie., ''caCORE/output/person/package/local-client/lib'' |
|---|
| | 86 | [[Image(source:exp/sds/exp2/images/AddExtJar.png)]] |
|---|
| | 87 | 4. Select all the jars from your local-client lib folder |
|---|
| | 88 | [[Image(source:exp/sds/exp2/images/SelectJars.png)]] |
|---|
| | 89 | 5. Click Ok -> Ok. This will add to the Libraries and will show up as ''Referenced Libraries'' folder within your project folder in the Package Explorer on the left. |
|---|
| | 90 | 6. Select the project ''TestSDKRuntime'' -> Right-Click -> Refresh |
|---|