I want to find away to call a RPG Function from Java. I must be able to pass in parameters and to return result sets, and output parameters.
I was able to find this but
Everything is explained in the IBM Toolbox for Java (JTOpen) Programmer's Guide.
Specifically the ProgramCall class will allow you to call an HLL from Java.