On Mon, Mar 29, 2010 at 12:41, Nicola Nardino <[email protected]> wrote: > > At least I've found out a work-around, that's not the ideal solution, but it > works. > > Due to the fact that, maybe caused by my context class loader, jython is not > able to add the Lib directory to its classpath by default (this is valid > only in my specific context). So I've moved all files in  jython/Lib/* to > jython_home$/* and this works. > It would be nice to know how to explitily set the path to Lib or at least > where this setting happens in jython.
Does it work without the "Lib" folder in a separated jar (in short, like it's done with Pygments) ? If that's the case then i will change jython packaging that way. > > Cheers > Nicola > -- > View this message in context: > http://n2.nabble.com/Issue-with-Pygments-Python-tp4816815p4817201.html > Sent from the XWiki- Dev mailing list archive at Nabble.com. > _______________________________________________ > devs mailing list > [email protected] > http://lists.xwiki.org/mailman/listinfo/devs > -- Thomas Mortagne _______________________________________________ devs mailing list [email protected] http://lists.xwiki.org/mailman/listinfo/devs

