From: Finn B. <bc...@us...> - 2001-01-15 18:25:01
|
Update of /cvsroot/jython/htdocs In directory usw-pr-cvs1:/tmp/cvs-serv16066 Modified Files: install.ht Log Message: Updated to rc1. Index: install.ht =================================================================== RCS file: /cvsroot/jython/htdocs/install.ht,v retrieving revision 1.8 retrieving revision 1.9 diff -C2 -r1.8 -r1.9 *** install.ht 2001/01/10 11:25:13 1.8 --- install.ht 2001/01/15 18:24:53 1.9 *************** *** 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-20b2.class file and then type: <BLOCKQUOTE> ! <P><java interpreter> jython-20b2</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-20rc1.class file and then type: <BLOCKQUOTE> ! <P><java interpreter> jython-20rc1</P> </BLOCKQUOTE> *************** *** 17,25 **** <BLOCKQUOTE> ! <P><TT>java jython-20b2</TT></P> ! <P><TT>jre jython-20b2</TT></P> ! <P><TT>jview jython-20b2</TT> </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> *************** *** 27,37 **** <BLOCKQUOTE> ! <P><TT>env CLASSPATH=. java jython-20b2</TT> ! <P><TT>java -cp . jython-20b2</TT> ! <P><TT>java -classpath . jython-20b2</TT> ! <P><TT>jview /cp:. jython-20b2</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> *************** *** 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-20b2</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-20rc1</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-20b2 -o Jython-2.0 demo lib source</TT> </BLOCKQUOTE> --- 50,54 ---- <BLOCKQUOTE> ! <P><TT><java interpreter> jython-20rc1 -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-20b2.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-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. |