I made a Lucene Plugin for Servoy.
On my machine it works perfectly as expected.
When I try to install the plugin on another Servoy machine with the same version
of Servoy (Version 3.5.7-build 520) I get a “Class not found exception” and Servoy
says: ‘plugin not loaded’.
This is very interesting and frustrating for me, because it used to work for a few days on the
new machine and now it does not work anymore. The state of the machine was not altered in any way
during this time.
For the plug in I used a main .jar (LuceneIndexer.jar) and a LuceneIndexer.jar.jnlp file that contains
the path to 3 others jars located in /LuceneIndexer folder in /plugins Servoy folder. One of the jars is a
30 MB jars (the Tika package compiled standalone).
Do you have any ideas why do I get this kind of strange behavior? It seems that the plugin does not want to load
anymore and I don’t know what to do.
Any hints&ideas are highly appreciated.
Thank you!