| View previous topic :: View next topic |
| Author |
Message |
mdakin Newbie

Joined: 07 Jan 2005 Posts: 1
|
Posted: Fri Jan 07, 2005 1:50 am Post subject: java extension, pkgchk problem (how to use my own jar files) |
|
|
Hi,
I'm writing a spellchecker for Ooo using java. It uses a Turkish NLP library in jar form.
Does anybody know, how exactly I should put my own jar files into UNO packages? It's giving me noclassdef found errors for the Classes from the jar file when I try to use pkgchk application to register the plug-in.
It appears that my jar file used by spellchecker is not in the Classpath of pkgchk.
Thanks in advance
Mehmet. |
|
| Back to top |
|
 |
zaphod Power User


Joined: 04 Nov 2004 Posts: 51 Location: Magdeburg, Germany
|
Posted: Fri Jan 07, 2005 5:05 am Post subject: how to use your own jar files |
|
|
Hi mdakin
As far as I know, pkgchk does not use any classpath by itself.
Just put the jar-files wich must not be registered in a folder called skip_registration,
within the zip-package. The jar, wich contains the class to be registered, contains the
MANIFEST including information about this class and the classpath to the other jars in
the skip_registration.
Have also a look to the Developer-Guide, for the
case I am telling you nonsense  |
|
| Back to top |
|
 |
DannyB Moderator


Joined: 02 Apr 2003 Posts: 3991 Location: Lawrence, Kansas, USA
|
|
| Back to top |
|
 |
|