Message3486

Author otmarhumbel
Recipients astigmatik, otmarhumbel
Date 2008-09-08.08:48:41
SpamBayes Score 3.0548315e-05
Marked as misclassified No
Message-id <1220863722.86.0.105441231942.issue1123@psf.upfronthosting.co.za>
In-reply-to
Content
I tried to reproduce it on Vista, running jre 1.6.0_7.
The installer runs fine.
When calling jython.bat, I got the (German) message:
"Files\Java\jre1.6.0_07""" kann syntaktisch an dieser Stelle nicht
verarbeitet werden.
, which - roughly translated - means that the .bat file has a syntax error.
REMing all the @echo off statemtents, I get the following output just
before the error:

C:\jython2.5a2>setlocal enabledelayedexpansion
C:\jython2.5a2>rem ----- Verify and set required environment variables --
C:\jython2.5a2>set _JAVA_CMD=java
"Files\Java\jre1.6.0_07""" kann syntaktisch an dieser Stelle nicht
verarbeitet werden.
C:\jython2.5a2>if not ""C:\Program Files\Java\jre1.6.0_07"" == "" (
C:\jython2.5a2>

Now I'm not too much a .bat file expert, but I'll poke around with it a bit.
And I am pretty sure that is NOT an issue with a newer jre:
If I switch to jre1.5.0_15, the error message is exactly the same.
History
Date User Action Args
2008-09-08 08:48:42otmarhumbelsetmessageid: <1220863722.86.0.105441231942.issue1123@psf.upfronthosting.co.za>
2008-09-08 08:48:42otmarhumbelsetrecipients: + otmarhumbel, astigmatik
2008-09-08 08:48:42otmarhumbellinkissue1123 messages
2008-09-08 08:48:42otmarhumbelcreate