Hello Rony G.,
>    2. "types.rdb" is not found, because it is being searched in the
>       employed Java "directory/bin", instead of $SYSBINDIR as per the
>       definitions in "uno.ini".

$SYSBINDIR denotes always the executable's directory, in your case your
java.exe's directory.
You can set/override bootstrap variables (including SYSBINDIR) when
calling Bootstrap.defaultBootstrap_InitialComponentContext(); pass a
hashtable (second argument) with key/value pair { "SYSBINDIR",
"file:///path/to/my/office/programm" }.

I fear there is currently no way around setting your Windows PATH to
program directory when bootstrapping UNO in process (native).  All
dependent UNO libraries have to be found, including juh.dll.

HTH,
-Daniel

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to