Re: [api-dev] sunjavaplugin.dylib could not load Java runtime library (MacOS)

2010-12-15 Thread Fernand Vanrie
oliver sind OOO330m17 you have to delete the library before installing the extentsion (had the same problem with basic baseed extensions)ยต hope it helps Fernand Hello, yesterday I have an update for MacOS-X. When I try to install a OOo plugin using 'unopkg' I'll get now the following error me

[api-dev] sunjavaplugin.dylib could not load Java runtime library (MacOS)

2010-12-15 Thread oliver
Hello, yesterday I have an update for MacOS-X. When I try to install a OOo plugin using 'unopkg' I'll get now the following error message: [Java framework]sunjavaplugin.dylib could not load Java runtime library: file:///System/Library/Frameworks/JavaVM.framework/Versions/1.6.0/Home/../../../Jav

RE: [api-dev] Jar-Problem extension installation

2010-12-15 Thread Martin Dobiasch
Okay I figured out what my problem was: When creating the jar I forgot to also put my compiled interfaced to the jar. I only had the implemented interfaces in the jar. So during registration when the implementation was about to load Class.forName failed because it couldn't instance the interface, o

Re: [api-dev] BASIC runtime error: object variable not set

2010-12-15 Thread Fernand Vanrie
oliver, Its a typical Basic error, when you trie to change a object using a "null" or "empty" variable. I suppose your plugin is using a Basic add startup so you can not open in advance the Basic IDE to sea what happens. Find out where your plugin is using Basic at startup, for a start