javaextensions/pim/tsrc/ReadMe.txt
branchRCL_3
changeset 19 04becd199f91
equal deleted inserted replaced
16:f5050f1da672 19:04becd199f91
       
     1 
       
     2 
       
     3 
       
     4 Configure properly the path to WTK (Wireless Toolkit)
       
     5 -----------------------------------------------------
       
     6 Check that the property 
       
     7 	<property name="wtk.home" value="c:/WTK25"/>
       
     8 set inside the following file:
       
     9 JAVA_SRC_ROOT\tools\junit\JsrTestRunner\build\build.xml
       
    10 
       
    11 points to the root of the WTK installation
       
    12 
       
    13 
       
    14 RUNNING THE TESTS
       
    15 =================
       
    16 Execute the following commands at current location
       
    17 
       
    18 1) ant
       
    19 
       
    20 After executing the above command the JsrTestRunner.jad , JsrTestRunner.jar in the current directory
       
    21 OmjPIMTests.jar files will be created at epoc32\release\winscw\udeb\z\resource\java\jvm\lib\common\
       
    22 
       
    23 For testing on device,
       
    24 
       
    25 Transfer JsrTestRunner jad & jar files to c:\Data\installs of the device .
       
    26 Transfer OmjPIMTests.jar to epoc32\release\winscw\udeb\z\resource\java\jvm\lib\common\ of the device.
       
    27 Install and run the JsrTestRunner MIDlet.