Message246

Author pedronis
Recipients
Date 2001-01-03.20:05:39
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
more a feature request than a bug. (sorry)

notes:
 * simply making java loading through 'import' thread-context-class-loader related: a bad confusing hack, won't do that
 * simply setting PySystemState.classLoader at init:
  not really a workaround, by now too many jythonc-related
  side-effects, e.g. sys.path loading disabled ...

This is part of the poor-man-freezing design issue
(after 2.0):

with jython -jar ... or java -jar ...

what kind of:
 python importing
 java loading
 sys-package-manager init
to offer? ...
History
Date User Action Args
2008-02-20 17:16:47adminlinkissue227422 messages
2008-02-20 17:16:47admincreate