CL,
John Paris posted a link to the following article when I asked this
question
on the RPG mailing list:
http://archive.midrange.com/rpg400-l/index.htm
I also wrote a java utility to generate prototypes. You can download
the
source from the iSeries-toolkit
(http://iseries-toolkit.sourceforge.net)
anonymously from the project CVS server. This utility is pretty bare
bones,
but it is a lot better than nothing. It walks through a directory and
its classes
generating all possible prototypes using a homegrown naming convention.
One limitation is that your class file(s) have to be expanded and
cannot be
in a zip or jar file.
You can download the source for that utility at:
http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/iseries-toolkit/CVSROOT/src/java/org/iseriestoolkit/rpg/Prototype.java?rev=HEAD&content-type=text/vnd.viewcvs-markup
http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/iseries-toolkit/CVSROOT/src/java/org/iseriestoolkit/util/Format.java?rev=HEAD&content-type=text/vnd.viewcvs-markup
I don't have an example I can post here but I will try to post one
tonight
when I can get to a V5R1 system.
David Morris
>>> Chanh_Le@countrywide.com 02/04/02 03:15PM >>>
This is a multipart message in MIME format.
--
[ Picked text/plain from multipart/alternative ]
Could you let us know where are the RPGLE manual & samples for calling
java from RPGLE v5r1.
Thanks,
CL