[EMAIL PROTECTED] wrote:
Hi everybody,

I'm trying to create a hello world application based on the URE. However, I get
an error when using regcomp:
error (CannotRegisterImplementationException):
ImplementationRegistration::registerImplementation() - The service
com.sun.star.loader.Java2 cannot be instantiated

Do you know what may be wrong ? My component is available on my website:
http://cedric.bosdonnat.free.fr/media/UNOTest.tar.gz

Thank you for your help,
Cedric

In the CVS, see ure/source/uretest/Makefile.pln for an example of regcomp'ing a JAR:

  $(URE_HOME)/bin/regcomp -register \
    -br $(URE_HOME)/share/misc/types.rdb \
    -br $(URE_HOME)/share/misc/services.rdb -r $@ \
    -c file://$(PWD)/out.pln/javatest.uno.jar

Hope that helps,
-Stephan

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

Reply via email to