From: Jaroslav G. <j_g...@ya...> - 2001-02-16 13:31:47
|
--- Sarwar Raza <raz...@ya...> wrote: > ../JRE/lib/ext. I need to change this so that I can > load libs from a custom directory. You can see following lines in the sample Jython registry: ---sample--- # Properties to check for initializing and updating the package cache # Hopefully you won't have any need to change these python.packages.paths = java.class.path, sun.boot.class.path python.packages.directories = java.ext.dirs ---END sample--- I tried to add my JAR file to the first variable and set python.home JVM property to the directory containing my modified resitry file - the registry file is found by jython but my JAR file is not parsed and cached anyway... Regards Gergic ===== Jaroslav Gergic (Gergi) mailto:j_g...@ya... http://nenya.ms.mff.cuni.cz/~gergic/ __________________________________________________ Do You Yahoo!? Get personalized email addresses from Yahoo! Mail - only $35 a year! http://personal.mail.yahoo.com/ |