Hello everybody, recently I came across a strange behaviour while accessing OpenOffice via UNO. In my application I make extensive usage of the Java Reflection and therefore I was very surprised when the XComponentLoader object returned as classname "$Proxy4". The classname is usually passed on to a method that analyzes it via Class.forName(). As you can imagine, this causes me a lot of trouble since $Proxy4 is not in my CLASSPATH or elsewhere.
Can someone explain this to me or even offer a solution to my problem? Greetings, -Rainer Hahnekamp --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
