Update of /cvsroot/jython/htdocs
In directory slayer.i.sourceforge.net:/tmp/cvs-serv32328
Modified Files:
install.ht
Log Message:
Better description of the situation where jython is installed using
the JRE instead of the JDK.
Index: install.ht
===================================================================
RCS file: /cvsroot/jython/htdocs/install.ht,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -r1.3 -r1.4
*** install.ht 2000/11/26 19:08:06 1.3
--- install.ht 2000/12/11 18:54:30 1.4
***************
*** 36,40 ****
</BLOCKQUOTE>
! <P>Which command to use depends on your operating system and java version.
<P>If you do not have a GUI, then add <tt>-o dir_to_install_to</tt> to the
--- 36,46 ----
</BLOCKQUOTE>
! <P>Which command to use depends on your operating system and java version.
! If you have more than one java installed, you may have to supply an explicit
! 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-20a1</tt>.
<P>If you do not have a GUI, then add <tt>-o dir_to_install_to</tt> to the
|