Re: [Pydev-users] Jython: Using a JRE other than default eclipse runtime

2011-05-20 Thread Fabio Zadrozny
It'll always use the default, so, if you change the default you can change which one is used. Cheers, Fabio On Fri, May 20, 2011 at 5:47 PM, Garrett Rolfs wrote: > I have a need to launch a jython script that requires a Java JRE with a > version that is different than the JRE eclipse is using.

[Pydev-users] Jython: Using a JRE other than default eclipse runtime

2011-05-20 Thread Garrett Rolfs
I have a need to launch a jython script that requires a Java JRE with a version that is different than the JRE eclipse is using. Is it possible to tell pydev which installed JRE to use? I would like to pick one found under Window->Preferences->Installed JREs. Thank you, -Garrett Rolfs ---