Issue1525

classification
Title: jython.bat does not start in Windows 7 correct
Type: behaviour Severity: normal
Components: Installer Versions: Jython 2.7
Milestone:
process
Status: closed Resolution: out of date
Dependencies: Superseder:
Assigned To: Nosy List: fwierzbicki, tercero12, tomascejka
Priority: Keywords:

Created on 2009-12-14.18:12:55 by tomascejka, last changed 2013-02-26.17:30:03 by fwierzbicki.

Messages
msg5382 (view) Author: tomascejka (tomascejka) Date: 2009-12-14.18:12:54
If I wanted to start jython.bat from after installation there is a bug 
with message: "\Java\jdk1.6.0_12') was unexpected at this time". 

I solved that at line>> set _TRIMMED_JAVA_HOME=%JAVA_HOME%, wrapped 
%JAVA_HOME% by quotes. :-). I suppose that problem in path with name of 
Program files name -> (x86).  

JAVA_HOME = c:\Program Files (x86)\Java\jdk1.6.0_12
OS : Windows 7 64bit
msg5456 (view) Author: Timothy Farrell (tercero12) Date: 2010-01-27.14:17:52
FWIW, I had no trouble on my fresh Jython install.  How are you running jython.bat?  What do your relevant environment variables look like?

OS: Windows 7 64bit
JAVA_HOME: C:\Program Files (x86)\Java\jre1.6.0_16
msg7791 (view) Author: Frank Wierzbicki (fwierzbicki) Date: 2013-02-26.17:30:03
No answer to question for a long time, closing. (Also this issue is covered in other bug reports - especially #1491 as it would be the real solution).
History
Date User Action Args
2013-02-26 17:30:03fwierzbickisetstatus: open -> closed
nosy: + fwierzbicki
resolution: out of date
messages: + msg7791
versions: + Jython 2.7
2010-01-27 14:17:53tercero12setnosy: + tercero12
messages: + msg5456
2009-12-14 18:12:55tomascejkacreate