Rony G. Flatscher wrote:
Hi there,
a little update: unfortunately I get into the situation that I cannot
instantiate the Introspection class via Java reflection with both, 1.1.4
and the latest 1.9. Cleaning the registry does not change the phenomenon
(so I assume that a total de-install and deleting of left-over files a
cleaning of the registry for left-over traces of OOo, a reboot
thereafter and a fresh install is the only means to get by it). Will be
conducting additional tests to find out, what causes that behaviour (in
order to be able to fix or circumvent it).
Whenever I run into this state, the following Java program (modeled
after Stephan's) will not be able to instantiate
'com.sun.star.beans.Introspection'. OTOH with the compiled Java program
it is possible to instantiate 'com.sun.star.reflection.CoreReflection',
which seems not to be possible if using the Java reflection mechanism.
Here's the Java program, followed by its output:
[...]
If you know of any places where the Java runtime of OOo could cache or
externalize Java-related data, classes, exceptions etc., please let me
know.
You probably need to debug this on the soffice side. The function
component_getFactory in stoc/source/inspect/introspection.cxx would be
the starting point to find out why instantiating the service
"com.sun.star.beans.Introspection" does not work.
Will be on the road the next days and experiment a little bit further
with this, so any ideas, input would be welcome.
Regards,
---rony
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]