Export plugin that requires old JRE

Hello,

I develop a plugin that requires old version of JRE downloaded from:
http://java.sun.com/products/archive/j2se/6/index.html
For development and testing in Eclipse everything works fine when using above downloaded JRE; but when i export and want to use the plugin in Servoy it seems that Servoy uses default latest JRE.
In Eclipse it was enough to set Installed JREs but that does not work for Servoy (see jreServoySet.jpg, jreEclipseSet.jpg)
Do i need to change settings on Export maybe?

How to make Servoy('s plugin) to use selected version of JRE and not the latest?

Regards

Tokajac,

Servoy runs everything in 1 jvm, so a plugin will run using the same version as used for Servoy.
Note that requiring a specific java version for your plugin is tricky, if it is a client plugin for the smart client, it will run in the clients jvm.

Why does the latest not work?

Rob