Message3487

Author otmarhumbel
Recipients astigmatik, otmarhumbel
Date 2008-09-08.08:59:07
SpamBayes Score 0.0
Marked as misclassified No
Message-id <1220864348.17.0.158115293326.issue1123@psf.upfronthosting.co.za>
In-reply-to
Content
replacing
  if not "%JAVA_HOME%" == "" (
with
  if not %JAVA_HOME% == "" (
in jython.bat solves the problem.
I have to find out how installer and jython.bat interact to be able to
fix it.
History
Date User Action Args
2008-09-12 00:31:15nrileysetspambayes_score: 0.376109 -> 0.0
2008-09-08 08:59:08otmarhumbelsetmessageid: <1220864348.17.0.158115293326.issue1123@psf.upfronthosting.co.za>
2008-09-08 08:59:08otmarhumbelsetrecipients: + otmarhumbel, astigmatik
2008-09-08 08:59:08otmarhumbellinkissue1123 messages
2008-09-08 08:59:07otmarhumbelcreate