I would like to use Inline::Java in my application, however, I can not be sure that my customers will have a full j2sdk installed on their systems. And I do not want to have that as a requirement. So is is possible to utilize Inline::Java with only a JRE installed? Another way to put it, is can I pre-compile the java piece so that it will run with only a jre on my customer's machine?
I guess I should add that my ultimate requirement is that I would like to use the JDBC module to connect to a Daffodil database (a java database). Right now I am using Expect to connect and run sql to daffodil.