Servoy Lucene Plugin not working!

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!

When you say “another machine” do you mean another Servoy Developer or a Servoy Client? Did you signed the JARs? Did you check the servoy log and the client java log for errors?

Another machine means another Servoy Developer machine. I did not signed the JARS, but I checked the log and the log does not contain any extra information. Please help.

Maybe in the original machine you added some JAR files to the lib folder? Or maybe the files privileges are not set correctly?
These are the first things that comes to my mind.