I am trying to get the ExampleDataPilotSource.java that comes with
the OpenOffice SDK to work in Calc.
I used the instructions for this on this page (they seem very
complete and detailed): http://kingyo.tutms.tut.ac.jp/~toshi/
StarSuite/Chap8/EX8374.java
After doing all of this I have build and installed the example
DataPilot source. However the third option (External source/
interface) in the DataPilot start menu is still disabled. I see from
searching for web that other people have had this same problem but I
cannot find the answer anywhere.
Using 'regview services.rdb' I see this entry:
Code:
/ ExampleDataPilotSource
/ UNO
/ ACTIVATOR
Value: Type = RG_VALUETYPE_STRING
Size = 25
Data = "com.sun.star.loader.Java"
/ SERVICES
/ DataPilotSource
/ LOCATION
Value: Type = RG_VALUETYPE_STRING
Size = 68
Data = "file:\\\C:\progra~1\OpenOffice.org 2.2
\program\classes\ExampleDataPilotSource.uno.jar"
and further down, this one:
Code:
/ DataPilotSource
Value: Type = RG_VALUETYPE_STRINGLIST
Size = 31
Len = 1
Data = 0 = "ExampleDataPilotSource"
I am running on Windows XP Sp2 and OpenOffice 2.2.0
Does anyone know what I am doing wrong?
James