From: Finn B. <bc...@us...> - 2001-12-31 11:43:30
|
Update of /cvsroot/jython/htdocs In directory usw-pr-cvs1:/tmp/cvs-serv4835 Modified Files: install.ht Log Message: Prepare for 2.1final. Index: install.ht =================================================================== RCS file: /cvsroot/jython/htdocs/install.ht,v retrieving revision 1.11 retrieving revision 1.12 diff -C2 -d -r1.11 -r1.12 *** install.ht 2001/03/22 21:38:54 1.11 --- install.ht 2001/12/31 11:43:28 1.12 *************** *** 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> --- 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-21.class file and then type: <BLOCKQUOTE> ! <P><java interpreter> jython-21</P> </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> --- 17,25 ---- <BLOCKQUOTE> ! <P><TT>java jython-21</TT></P> ! <P><TT>jre jython-21</TT></P> ! <P><TT>jview jython-21</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> --- 27,37 ---- <BLOCKQUOTE> ! <P><TT>env CLASSPATH=. java jython-21</TT> ! <P><TT>java -cp . jython-21</TT> ! <P><TT>java -classpath . jython-21</TT> ! <P><TT>jview /cp:. jython-21</TT> </BLOCKQUOTE> *************** *** 40,54 **** path the java command. When installing the JDK 1.2 from javasoft, the default is it install both the JDK and a plugin JRE. The plugin JRE is added ! 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 command above. Jython will install to the specified directory without bringing up the graphical installer. E.g. to install all modules to a ! Jython-2.0 subdirectory in the current directory do: <BLOCKQUOTE> ! <P><TT><java interpreter> jython-20 -o Jython-2.0 demo lib source</TT> </BLOCKQUOTE> --- 40,54 ---- path the java command. When installing the JDK 1.2 from javasoft, the default is it install both the JDK and a plugin JRE. The plugin JRE is added ! to your PATH, so running the <tt>java jython-21</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-21</tt>. <P>If you do not have a GUI, then add <tt>-o dir_to_install_to</tt> to the command above. Jython will install to the specified directory without bringing up the graphical installer. E.g. to install all modules to a ! Jython-2.1 subdirectory in the current directory do: <BLOCKQUOTE> ! <P><TT><java interpreter> jython-21 -o Jython-2.1 demo lib source</TT> </BLOCKQUOTE> *************** *** 83,87 **** <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. --- 83,87 ---- <A HREF="mailto:jyt...@li...">jython-dev</A>. ! <P>As a workaround you can extract the jython-21.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. *************** *** 99,101 **** <A HREF="platform.html">Platform Specific Information</A> page. ! <p> \ No newline at end of file --- 99,101 ---- <A HREF="platform.html">Platform Specific Information</A> page. ! <p> |