tabulapdf/tabula-java

Does this run on GraalVM?

Opened this issue · 2 comments

quom commented

Has anyone tried to compile this using GraalVM to make a static binary? For calling from bindings such as python this would massively improve startup times and reduce the need for having a JVM in place to run the code

Hey @quom. That's a great point, and something that I've thought about. Unfortunately, I currently don't have the time to work on it.

But of course, contributions are always welcome.

quom commented

I will take a look at it when I get the chance - I think there is some use of reflection in the codebase which needs to be runtime traced to give the compiler some guidance.