Message3997

Author otmarhumbel
Recipients alv131, otmarhumbel
Date 2008-12-31.13:33:46
SpamBayes Score 0.0025567363
Marked as misclassified No
Message-id <1230730427.05.0.916297465211.issue1208@psf.upfronthosting.co.za>
In-reply-to
Content
The installer itself is easy to fix, but the additional problem is that 
the jdk methods 
  Class.getResourceAsStream()
and 
  ClassLoader.getResourceAsStream()
fail if there is a ! in the class path

At the moment this is only a guess, but if this turns out to be true it 
would be almost impossible to support Jython in a directory containing a 
n exclamation mark
History
Date User Action Args
2008-12-31 13:33:47otmarhumbelsetmessageid: <1230730427.05.0.916297465211.issue1208@psf.upfronthosting.co.za>
2008-12-31 13:33:47otmarhumbelsetrecipients: + otmarhumbel, alv131
2008-12-31 13:33:46otmarhumbellinkissue1208 messages
2008-12-31 13:33:46otmarhumbelcreate