Changes between Version 19 and Version 20 of SimpleDataServicePart12

Show
Ignore:
Author:
ppreddy@uab.edu (IP: 138.26.125.8)
Timestamp:
09/28/09 14:18:49 (2 months ago)
Comment:

dev:sds:add steps to add ext jars to eclipse prj classpath

Legend:

Unmodified
Added
Removed
Modified
  • SimpleDataServicePart12

    v19 v20  
    7070 Since we are making use of the caCORE SDK Runtime system API, we need to add the !ApplicationService API configuration files to the Eclipse project classpath.  
    7171 
     72=== Add Folder to Eclipse Project Classpath === 
     73 
    7274 1. Select  the project ''TestSDKRuntime'' -> Right-Click -> Build Path -> Configure Build Path 
    7375[[Image(source:exp/sds/exp2/images/ConfigBuildPath1.png)]] 
    7678 3. Select  the project ''TestSDKRuntime'' -> Right-Click -> Refresh 
    7779 
     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 
    7891== Run the Application == 
    7992