I have tried to build a plugin from the tutorial to wrap Commons Math as I need statistical functionality. I get to the point where you add a class, but the IClientPlugin interface is nowhere to be found.
it looks like you don’t have the references to the Servoy libs… probably you didn’t create a Servoy User library with a reference to the proper jar files?
Make sure you did (review tutorial on plugin - part 1 - starting page 10)
And don’t worry, I forgot obvious stuff all the time, only I don’t boast about them in the tutorials
Out of curiosity: You said you were wrapping Commons Math lib, is this the Apache Commons you are talking about?
What kind of functionality are you looking after that are not in the Math JavaScript libs?
Anyway, good luck with your plugin, and tell us how it goes!