Message5419

Author jaraco
Recipients jaraco, otmarhumbel, took
Date 2010-01-08.23:14:41
SpamBayes Score 2.550567e-07
Marked as misclassified No
Message-id <1262992482.39.0.775768190989.issue1330@psf.upfronthosting.co.za>
In-reply-to
Content
This problem still exists with Jython 2.5.1.

To reproduce, install jython, then install Quicktime (or iTunes), then try to launch jython. Output is:

\QuickTime\QTSystem\QTJava.zip was unexpected at this time.

This is apparently due to QuickTime adding its java lib to the global classpath:

CLASSPATH=.;C:\Program Files (x86)\QuickTime\QTSystem\QTJava.zip

Who would have thought that buying an iPhone required breaking Jython in Windows?

I'm not sure it's possible to create a batch file that properly handles paths with spaces and quotes in them. I've seen the Apache Tomcat project struggle with this since time=0.

Perhaps a jython.exe bootstrapping executable would do the trick.

Please report back here if there is any proposed solution to this problem. I'm happy to contribute to help get this resolved.
History
Date User Action Args
2010-01-08 23:14:42jaracosetmessageid: <1262992482.39.0.775768190989.issue1330@psf.upfronthosting.co.za>
2010-01-08 23:14:42jaracosetrecipients: + jaraco, otmarhumbel, took
2010-01-08 23:14:42jaracolinkissue1330 messages
2010-01-08 23:14:41jaracocreate