Update of /cvsroot/jython/htdocs
In directory slayer.i.sourceforge.net:/tmp/cvs-serv18436
Modified Files:
install.ht
Log Message:
The installer class file is in all lowercase.
Index: install.ht
===================================================================
RCS file: /cvsroot/jython/htdocs/install.ht,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -r1.1 -r1.2
*** install.ht 2000/11/12 22:47:41 1.1
--- install.ht 2000/11/26 19:04:22 1.2
***************
*** 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-20a1.class file and then type:
<BLOCKQUOTE>
! <P><java interpreter> Jython-20a1</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-20a1.class file and then type:
<BLOCKQUOTE>
! <P><java interpreter> jython-20a1</P>
</BLOCKQUOTE>
***************
*** 17,25 ****
<BLOCKQUOTE>
! <P><TT>java Jython-20a1</TT></P>
! <P><TT>jre Jython-20a1</TT></P>
! <P><TT>jview Jython-20a1</TT>
</BLOCKQUOTE>
--- 17,25 ----
<BLOCKQUOTE>
! <P><TT>java jython-20a1</TT></P>
! <P><TT>jre jython-20a1</TT></P>
! <P><TT>jview jython-20a1</TT>
</BLOCKQUOTE>
***************
*** 27,37 ****
<BLOCKQUOTE>
! <P><TT>env CLASSPATH=. java Jython-20a1</TT>
! <P><TT>java -cp . Jython-20a1</TT>
! <P><TT>java -classpath . Jython-20a1</TT>
! <P><TT>jview /cp:. Jython-20a1</TT>
</BLOCKQUOTE>
--- 27,37 ----
<BLOCKQUOTE>
! <P><TT>env CLASSPATH=. java jython-20a1</TT>
! <P><TT>java -cp . jython-20a1</TT>
! <P><TT>java -classpath . jython-20a1</TT>
! <P><TT>jview /cp:. jython-20a1</TT>
</BLOCKQUOTE>
***************
*** 44,48 ****
<BLOCKQUOTE>
! <P><TT><java interpreter> Jython-20a1 -o Jython-2.0 demo lib source</TT>
</BLOCKQUOTE>
--- 44,48 ----
<BLOCKQUOTE>
! <P><TT><java interpreter> jython-20a1 -o Jython-2.0 demo lib source</TT>
</BLOCKQUOTE>
|