Hi TestNG Groups,
i have installed the TestNG 6.9.8 Eclipse plugin.
My project java compiler setting is set to 1.6 because the application currently requires that version.
If i execute an Test with TestNG i got following error:
"VM version 1.6.0 is invalid, Java 1.7 or above is required for running TestNG."
I can change the JRE in the "Run Configurations" for the executed test. Than all is fine. But i want it to set 1.7 as default.
A Java 1.7 Version is installed on the system, but it looks like, that the plugin use the JRE configuration from my project.
Is there a possibility to set a default JRE Version for all executed TestNG tests, different from that configured in the project settings?
Thanks and regards