What eclipse ver for Servoy 3.5 plugin dev

Hello,

I am considering writing a simple plugin for my ERP solution, I have not been able to find information on which Eclipse IDE version to use for server 3.5.10, or does it not matter ??

Many Thanks

Hi Philip,

it doesn’t.
You can use the latest Eclipse (Galileo - 3.5) - even Servoy 4 or 5 would do just fine for plugins development…

Just make sure that you link to the 3.5 Servoy jars (the one in the Servoy/lib folder - you will mainly need j2db.jar, j2dbdev.jar, js.jar + wicket.jar if you need to create web compatible stuff too - make a user lib for this, that’s easier).

Also set the compiler compliance target to Java 1.4 for your project (because I believe that’s what Servoy 3.5 minimal requirement is).

Hope this helps,

Hi Patrick.
I am just working through your ‘Howto build a plugin’, for the first time, really great resource !, Thank you
Best Regards

Glad you like it!

If you have any problems/questions/suggestions about it, send me a PM.

Cheers,