Re: jython 'utf8 encoding not found error
Jeff Emanuel <[email protected]>
| Newsgroups | gmane.comp.lang.jython.user |
|---|---|
| Message-ID | <[email protected]> |
The python.path property is used to initialize the default value of sys.path. This appears to be done only once, the first time PySystemState is initialized. I'm not sure how this would interact with ClassLoaders in your web server, but if the jython classes are never unloaded you only need to initialize it the first time. On 2/5/2015 6:44 AM, Rados?aw Madej wrote: > Am I right that python.pathis set once per a ClassLoader? ------------------------------------------------------------------------------ Dive into the World of Parallel Programming. The Go Parallel Website, sponsored by Intel and developed in partnership with Slashdot Media, is your hub for all things parallel software development, from weekly thought leadership blogs to news, videos, case studies, tutorials and more. Take a look and join the conversation now. http://goparallel.sourceforge.net/ _______________________________________________ Jython-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/jython-users