From: Finn B. <bc...@us...> - 2001-01-17 15:49:08
|
Update of /cvsroot/jython/htdocs In directory usw-pr-cvs1:/tmp/cvs-serv14030 Modified Files: download.ht install.ht Log Message: Updated to 2.0 final. Index: download.ht =================================================================== RCS file: /cvsroot/jython/htdocs/download.ht,v retrieving revision 1.8 retrieving revision 1.9 diff -C2 -r1.8 -r1.9 *** download.ht 2001/01/16 20:34:33 1.8 --- download.ht 2001/01/17 15:49:06 1.9 *************** *** 33,37 **** <li><a href="license.html">Read the license</a> <li><a href="http://sourceforge.net/project/showfiles.php?group_id=12867"> ! Download Jython 2.0 release candidate 1</a> <li><a href="install.html">View Installation instructions</a> </ul> --- 33,37 ---- <li><a href="license.html">Read the license</a> <li><a href="http://sourceforge.net/project/showfiles.php?group_id=12867"> ! Download Jython 2.0</a> <li><a href="install.html">View Installation instructions</a> </ul> Index: install.ht =================================================================== RCS file: /cvsroot/jython/htdocs/install.ht,v retrieving revision 1.9 retrieving revision 1.10 diff -C2 -r1.9 -r1.10 *** install.ht 2001/01/15 18:24:53 1.9 --- install.ht 2001/01/17 15:49:06 1.10 *************** *** 6,13 **** <A HREF="http://liftoff.sourceforge.net">LiftOff</A>. To install Jython, open the command line to the directory in which ! you have placed the jython-20rc1.class file and then type: <BLOCKQUOTE> ! <P><java interpreter> jython-20rc1</P> </BLOCKQUOTE> --- 6,13 ---- <A HREF="http://liftoff.sourceforge.net">LiftOff</A>. To install Jython, open the command line to the directory in which ! you have placed the jython-20.class file and then type: <BLOCKQUOTE> ! <P><java interpreter> jython-20</P> </BLOCKQUOTE> *************** *** 17,25 **** <BLOCKQUOTE> ! <P><TT>java jython-20rc1</TT></P> ! <P><TT>jre jython-20rc1</TT></P> ! <P><TT>jview jython-20rc1</TT> </BLOCKQUOTE> --- 17,25 ---- <BLOCKQUOTE> ! <P><TT>java jython-20</TT></P> ! <P><TT>jre jython-20</TT></P> ! <P><TT>jview jython-20</TT> </BLOCKQUOTE> *************** *** 27,37 **** <BLOCKQUOTE> ! <P><TT>env CLASSPATH=. java jython-20rc1</TT> ! <P><TT>java -cp . jython-20rc1</TT> ! <P><TT>java -classpath . jython-20rc1</TT> ! <P><TT>jview /cp:. jython-20rc1</TT> </BLOCKQUOTE> --- 27,37 ---- <BLOCKQUOTE> ! <P><TT>env CLASSPATH=. java jython-20</TT> ! <P><TT>java -cp . jython-20</TT> ! <P><TT>java -classpath . jython-20</TT> ! <P><TT>jview /cp:. jython-20</TT> </BLOCKQUOTE> *************** *** 42,46 **** to your PATH, so running the <tt>java jython-20a</tt> command will make jython use the JRE. Specify the full path if you want to use JDK instead, ie: ! <tt>c:\Programs\JDK1.2\bin\java -cp . jython-20rc1</tt>. <P>If you do not have a GUI, then add <tt>-o dir_to_install_to</tt> to the --- 42,46 ---- to your PATH, so running the <tt>java jython-20a</tt> command will make jython use the JRE. Specify the full path if you want to use JDK instead, ie: ! <tt>c:\Programs\JDK1.2\bin\java -cp . jython-20</tt>. <P>If you do not have a GUI, then add <tt>-o dir_to_install_to</tt> to the *************** *** 50,54 **** <BLOCKQUOTE> ! <P><TT><java interpreter> jython-20rc1 -o Jython-2.0 demo lib source</TT> </BLOCKQUOTE> --- 50,54 ---- <BLOCKQUOTE> ! <P><TT><java interpreter> jython-20 -o Jython-2.0 demo lib source</TT> </BLOCKQUOTE> *************** *** 82,86 **** <A HREF="mailto:jyt...@li...">jython-dev</A>. ! <P>As a workaround you can extract the jython-20rc1.class manually. The class file is basicly a .zip file and most unzip programs can manage to extract the contents of the class into a directory. --- 82,86 ---- <A HREF="mailto:jyt...@li...">jython-dev</A>. ! <P>As a workaround you can extract the jython-20.class manually. The class file is basicly a .zip file and most unzip programs can manage to extract the contents of the class into a directory. |