Issue2187

classification
Title: Windows doc needs to specify setting the classpath
Type: behaviour Severity: major
Components: Documentation Versions: Jython 2.7
Milestone: Jython 2.7.0
process
Status: closed Resolution: out of date
Dependencies: Superseder:
Assigned To: Nosy List: cmbannan, zyasoft
Priority: Keywords:

Created on 2014-08-06.13:11:02 by cmbannan, last changed 2016-01-11.04:50:24 by zyasoft.

Messages
msg8906 (view) Author: Chris Bannan (cmbannan) Date: 2014-08-06.13:11:01
running jython scripts using jtyhon.bat from the command line does not allow adding java jars on the command line. 

The documentation at http://www.jython.org/docs/using/cmdline.html#environment-variables does not specify setting the Java CLASSPATH.  JYTHONPATH does not seem to be a workable alternative.

The above page should indicate setting the Windows CLASSPATH variable is required to access any jars not available with the JRE/JDK
msg10630 (view) Author: Jim Baker (zyasoft) Date: 2016-01-11.04:50:24
classpath support is available for jython.exe as of 2.7.0, which replaces jython.bat
History
Date User Action Args
2016-01-11 04:50:24zyasoftsetstatus: open -> closed
resolution: out of date
messages: + msg10630
nosy: + zyasoft
milestone: Jython 2.7.0
2014-08-06 13:11:02cmbannancreate