joshua verano pisze:
hello! Can somebody help me! i developed an openoffice extension in windows using netbeans IDE (Netbeans openoffice integration). however when i tried to install the extension in ubuntu jaunty(linux), it failed to install itself. It says that it could not create a java implementation loader... i dont know what to do.
You might have java parameters set in OOo and that's a known problem (for example, if you debug the extension remotely). If these are Java parameters (like -XDebug etc.), then you can:
(1) start the remote debugger before you install - but only if there's a previous version of the extension installed there;
(2) remove the Java parameters and try again. Regards Marcin --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
