Replies: 1 comment
-
Sounds like a good idea to me! |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
This is just an idea and probably not a lot of interest to others. In RDi you can create a RPG Procedure from a Java JAR file/Class/Method.
You basically locate the JAR file, then the package, then the Class. One limitation of RDi is it only allows you to pick one method at a time. It also imports any dependencies which is also kind of annoying if you have multiple methods as it imports duplicate methods and it has to be cleaned up.
Beta Was this translation helpful? Give feedback.
All reactions