[Ikvm-developers] ClassLoader for some, not other IKVM in single project
Brought to you by:
jfrijters
|
From: Trevor W. <tw...@da...> - 2012-02-28 19:19:34
|
Hello!
We currently use IKVM to use PDFBox in a project of ours. It's
used by an external DLL (plugin) that we created to read PDF files for
our project. This works quite well on it's own without loading a
classLoader through the app.config.
We recently wanted to add Tika to read files other than PDF files.
This requires that we add the classLoader to the program's app.config
(<app key="ikvm:java.system.class.loader"
value="Project.MySystemClassLoader, Project">). This allows the Tika
component to run
Since the PDFBox DLL is an external utility (and I'm guessing more
because the DLL is stored in a different directory and doesn't have
access to the Project), the PDFBox reader now fails.
Is there a way to load IKVM with a ClassLoader for a specific
instance?
Trevor
|