Re: Loading Java class dynamically fails

2010-11-04 Thread Atsuo Ishimoto
Hi, Andi I use Java(TM) SE Runtime Environment (build 1.6.0_22-b04) Java HotSpot(TM) Client VM (build 17.1-b03, mixed mode, sharing) on Windows7. I don't know context class loader much too, but it looks sometimes used for beans, RMI or such. In the main thread, context class loader is s

Re: Loading Java class dynamically fails

2010-11-04 Thread Andi Vajda
On Nov 4, 2010, at 22:26, Atsuo Ishimoto wrote: Hello, I ran into a problem when I tried to use jcc for Apache Tika 0.7. I can construct org.apache.tika.parser.AutoDetectParser instance in the main thread, but cannot in the child thread. From following code, import threading, infopilejava

Loading Java class dynamically fails

2010-11-04 Thread Atsuo Ishimoto
Hello, I ran into a problem when I tried to use jcc for Apache Tika 0.7. I can construct org.apache.tika.parser.AutoDetectParser instance in the main thread, but cannot in the child thread. >From following code, import threading, infopilejavalib infopilejavalib.initVM() def f(): infopilejava