|
Patrick, Procedures in a service program can be linked to Java code but as Native methods. As has been pointed out earlier, "native method" means native to the platform that the Java code is running on. If Java code is running on the iSeries, then RPG code in a service program can be called as a native method. However, from what you have said, you are running the Java on a PC - that means that you would have to have used VARPG to turn your RPG code into a DLL for it to work. The alternative is to use remote call to invoke a Java method on the 400 and then have that use the RPG native method. Jon Paris Partner400
As an Amazon Associate we earn from qualifying purchases.
This mailing list archive is Copyright 1997-2024 by midrange.com and David Gibbs as a compilation work. Use of the archive is restricted to research of a business or technical nature. Any other uses are prohibited. Full details are available on our policy page. If you have questions about this, please contact [javascript protected email address].
Operating expenses for this site are earned using the Amazon Associate program and Google Adsense.