View | Details | Raw Unified | Return to issue 427
Collapse All | Expand All

(-)README (-4 / +4 lines)
Lines 3-9 Link Here
3
1. Install an openoffice. 
3
1. Install an openoffice. 
4
2. Before program start, please open the
4
2. Before program start, please open the
5
5
6
   <officeinstall>/user/config/registry/org.openoffice.Office.Common.xml
6
   <officeinstall>/share/config/registry/org.openoffice.Office.Common.xml
7
   file and replace the Connection-tag 
7
   file and replace the Connection-tag 
8
8
9
   <Connection cfg:type="string"/> 
9
   <Connection cfg:type="string"/> 
Lines 20-30 Link Here
20
5. Checkout (toplevel) the api/odk module from openoffice.org. 
20
5. Checkout (toplevel) the api/odk module from openoffice.org. 
21
6. Build the api/odk/examples/officeclient directory. 
21
6. Build the api/odk/examples/officeclient directory. 
22
7. Make the api/odk/wntmsci3/bin (on unix api/odk/unxsols3/lib) your current directory. 
22
7. Make the api/odk/wntmsci3/bin (on unix api/odk/unxsols3/lib) your current directory. 
23
8. Copy from the binary output tree the file wntmsci3/bin/applicat.rdb to the current directory. 
23
8. Copy from the binary output tree the file wntmsci3/bin/applicat.rdb to the current directory as officeclient.rdb. 
24
9. Now execute the following : 
24
9. Now execute the following : 
25
   Windows : 
25
   Windows : 
26
   uno -l officeclientsample.dll -c com.sun.star.comp.odk.example.OfficeClientSample -r officeclient.rdb -- uno:socket,host=localhost,port=2002;urp;StarOffice.NamingService 
26
   uno -l officeclientsample.dll -c com.sun.star.comp.odk.example.OfficeClientSample -rw officeclient.rdb -- uno:socket,host=localhost,port=2002;urp;StarOffice.NamingService 
27
27
28
   Unix : 
28
   Unix : 
29
   uno -l libofficeclientsample.so -c com.sun.star.comp.odk.example.OfficeClientSample -r officeclient.rdb -- 'uno:socket,host=localhost,port=2002;urp;StarOffice.NamingService' 
29
   uno -l libofficeclientsample.so -c com.sun.star.comp.odk.example.OfficeClientSample -rw officeclient.rdb -- 'uno:socket,host=localhost,port=2002;urp;StarOffice.NamingService' 
30
30

Return to issue 427