From: Finn B. <bc...@us...> - 2000-11-13 10:07:11
|
Update of /cvsroot/jython/htdocs In directory slayer.i.sourceforge.net:/tmp/cvs-serv31022 Modified Files: platform.ht Log Message: Updated info on linux and solaris. Index: platform.ht =================================================================== RCS file: /cvsroot/jython/htdocs/platform.ht,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -r1.1 -r1.2 *** platform.ht 2000/11/12 22:47:41 1.1 --- platform.ht 2000/11/13 10:07:09 1.2 *************** *** 36,43 **** <H3>Linux</H3> ! <H4><A HREF="http://www.blackdown.org/java-linux.html">JDK 1.1.6 from blackdown.org</A></H4> - <P>There should be no problems running Jython on this JVM. - <H3>Macintosh</H3> --- 36,53 ---- <H3>Linux</H3> ! <H4><A HREF="http://www.blackdown.org/java-linux/ports.html">www.blackdown.org</A></H4> ! Following blackdown versions have been used with jython. ! <ul> ! <li>1.3.0 ppc, i386 ! <li>1.2.2 i386, ppc ! <li>1.1.8 v3 ppc, i386 ! </ul> ! ! <h4><a HREF="http://www.ibm.com/java/jdk">IBMJava</a></h4> ! <ul> ! <li><a href="http://www.ibm.com/java/jdk/linux130/">IBMJava jdk for linux 2-13</a> ! <li><a href="http://www.ibm.com/java/jdk/118/linux/">IBMJava jdk for linux 1.1.8></a> ! </ul> <H3>Macintosh</H3> *************** *** 54,68 **** <H3>Solaris</H3> - - <H4><A HREF="http://www.sun.com/solaris/jre/index.html">JRE 1.1.6 - from SUN</A></H4> ! <P>Solaris 2.6 comes with JDK 1.1.3. The JIT compiler in this release ! has a number of serious bugs that can lead to confusing errors. ! You can type "java -version" to determine what release ! you have installed on your machine. While Jython will generally ! work with the 1.1.3 JVM, I strongly recommend that Solaris users ! upgrade to this latest version to avoid being bitten by hard to ! track down JIT related bugs. <H3>Windows NT, 95, and 98, Windows 2000</H3> --- 64,73 ---- <H3>Solaris</H3> ! <H4><A HREF="http://www.sun.com/solaris/jre/index.html">JRE/JDK from SUN</A></H4> ! <ul> ! <li>Sun jdk 1.1.8 ! <li>Sun jdk 1.2 ! </ul> <H3>Windows NT, 95, and 98, Windows 2000</H3> |