Message5439

Author otmarhumbel
Recipients TimVukman, jaraco, otmarhumbel, took
Date 2010-01-15.23:37:56
SpamBayes Score 0.005369542
Marked as misclassified No
Message-id <1263598678.61.0.459379751802.issue1330@psf.upfronthosting.co.za>
In-reply-to
Content
Spaces and quotes are not the problem here - the round brackets around x86 in the path come in the way.


The following CLASSPATH works:

CLASSPATH=.;C:\Program Files\Java\jre6\lib\ext\QTJava.zip

c:\Users\bagside\stuff\jython\jython-2.5.1>if not defined _BOOT_CP (if defined CLASSPATH (set CLASSPATH=c:\Users\bagside\stuff\jython\jython-2.5.1\jython.jar;.;C:\Program Files\Java\jre6\lib\ext\QTJava.zip )  else (set CLASSPATH=c:\Users\bagside\stuff\jython\jython-2.5.1\jython.jar ) )


while a CLASSPATH containing (x86) screws up the batch file:

CLASSPATH=.;C\Program Files (x86)\Java\jre6\lib\ext\QTJava.zip

c:\Users\bagside\stuff\jython\jython-2.5.1>if not defined _ARGS goto argsDone
\Java\jre6\lib\ext\QTJava.zip was unexpected at this time.

c:\Users\bagside\stuff\jython\jython-2.5.1>    set CLASSPATH=c:\Users\bagside\stuff\jython\jython2.5.1\jython.jar;.;C\Program Files (x86)\Java\jre6\lib\ext\QTJava.zip
History
Date User Action Args
2010-01-15 23:37:58otmarhumbelsetmessageid: <1263598678.61.0.459379751802.issue1330@psf.upfronthosting.co.za>
2010-01-15 23:37:58otmarhumbelsetrecipients: + otmarhumbel, jaraco, took, TimVukman
2010-01-15 23:37:57otmarhumbellinkissue1330 messages
2010-01-15 23:37:57otmarhumbelcreate