|
You could try: http://publib.boulder.ibm.com/pubs/html/as400/v5r1/ic2924/books/c0925073.pdf Look at chapter 11, RPG and the eBusiness World. RPG with Java works well. It gives RPG access to many usefull Java objects. Points to note: 1. Your environment variable CLASSPATH must be set up correctly. You might want to make a call to the 'C' routine putenv in your production applications. 2. Java is not as fast as RPG. Your will notice the difference. If you are making use of your own homegrown Java objects, I would recommend using the CRTJVAPGM command and optimise to level 40 or some other suitable value. This will add OS/400 native code to your classes and make a noticable difference with regards to performance. Syd Nicholson ----- Original Message ----- From: <Mlpolutta@aol.com> To: <midrange-l@midrange.com> Sent: Monday, August 26, 2002 2:04 PM Subject: Anyone played with (or actually used) calling Java from RPG? > I'm having a hard time finding any examples on the web. > > Thanks in advance! > Michael Polutta > Atlanta, GA > _______________________________________________ > This is the Midrange Systems Technical Discussion (MIDRANGE-L) mailing list > To post a message email: MIDRANGE-L@midrange.com > To subscribe, unsubscribe, or change list options, > visit: http://lists.midrange.com/cgi-bin/listinfo/midrange-l > or email: MIDRANGE-L-request@midrange.com > Before posting, please take a moment to review the archives > at http://archive.midrange.com/midrange-l. > >
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.