Issue1525
Created on 2009-12-14.18:12:55 by tomascejka, last changed 2010-01-27.14:17:53 by tercero12.
| 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
|
|
| Date |
User |
Action |
Args |
| 2010-01-27 14:17:53 | tercero12 | set | nosy:
+ tercero12 messages:
+ msg5456 |
| 2009-12-14 18:12:55 | tomascejka | create | |
|