|
From: Robert W. B. <rb...@di...> - 2001-01-30 18:44:24
|
On Tue, 30 Jan 2001, Mike Snell wrote: > I'm preparing to do development using Jython with target platforms of > Windows 2000 and Solaris. > > My concern is Jython's seeming lack of explicit support for JDK/JRE 1.3 > (at least according to http://www.jython.org/platform.html > <http://www.jython.org/platform.html> ) An omission on my part- sorry. JVM 1.3 has been tested on Solaris 8 since Finn was kind enough to add the -o switch (I think that was rc1 or earlier)-- Thanks Finn! However, I forgot to include this info with my other Solaris test info. * "Tested" means regrtest.py (modified for Jython) and all the scripts I had at the time worked. > Anyone have any experience or guidance for these JVM/OS combiniations. Yes on the Solaris 8- all good news. > What about JPython 1.1? Anyone used it successfully with 1.3 on these > platforms? JPython1.1 is not recommended, and unnecessary as Jython + jvm1.3 + Solaris 8 is OK. -Robert |