Madhan Ponnusamy wrote:
Hi,
I had added the java classpath in tools -> options -> java.....can i do the
same thing
using a java code i.e) using any API?....if yes can any one tell me what is
the API
to be used....
Thanks & Regards,
Madhan
It is not exactly clear to me what you want to do:
Either, you are looking for an OOo UNO API to programatically (in
whatever langugage, not necessarily Java) modify those data that you can
manually modify via "Tools - Options... - Java." I do not know whether
such an OOo UNO API exists, but I doubt it.
Or, you are looking for a Java way to modify the classpath of a running
JVM. There is no such way; the only way to extend the class loading
behavior of a running JVM is by using ClassLoaders.
-Stephan
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]