Hello, I'm trying to build Apache Tika 0.5 module with jcc 2.5. The module was built successfully by following command.
python.exe -m jcc.__main__ --shared --jar ./tika-core-0.5.jar\ --package java.lang java.lang.System java.io.File\ java.io.FileInputStreamjava.io.InputStreamReader\ java.lang.Runtime\ --python tika --build --install But following Java method is not exported to Python. class: org.apache.tika.parser.AutoDetectParser public void parse( InputStream stream, ContentHandler handler, Metadata metadata, ParseContext context) throws IOException, SAXException, TikaException { ... } How can I generate Tika library? Regards, -- Atsuo Ishimoto Mail: ishim...@gembook.org Blog: http://d.hatena.ne.jp/atsuoishimoto/ Twitter: atsuoishimoto