Hi Felix,

The problem with debugging of the registration process was indeed the java implementation of the JavaLoader. For the further investigation please introduce the change in the JavaLoader implementation
jurt/com/sun/star/comp/loader/JavaLoader.java
in method
public boolean writeRegistryInfo()

The caught in the method exception should be used to print the call stack. You could use "e.printStackTrace()" call to get the stack to the exception. By the way, please change
"catch ( Exception e )" to "catch( Throwable )" to catch all the exceptions.

Best regards,
Mikhail.


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@framework.openoffice.org
For additional commands, e-mail: dev-h...@framework.openoffice.org

Reply via email to