|
I don't remember what your original RPG prototype looked like, but your Java method is static. Does your prototype include the STATIC option? PC2 -----Original Message----- From: Patrick Goovaerts [mailto:pgoovaerts@pandora.be] Sent: February 21, 2002 15:29 To: java400-l@midrange.com Subject: RE: Calling Java from RPG Had to change the RPG-coding and now I've got the program compiled succesfully. When I run the code, following exception is thrown: Message ID: RNQ0301 RPG procedure SNDSMTP in program SNDSMTP/MYLIB reveived Java exception "java.lang.NoSuchMethodError: openSmtpMessage" when calling method "openSmtpMessage" with signature "Ljava.lang.String;)Lcom.clipper.tools.SendSmtpMail," in class "com.company.tools.SendSmtpMail". I understand this as follows: The class is found by the program, however, no method "openSmtpMessage(String parm)" is found in the class. Actually, the method DOES indeed exist with a 'string' parameter. ==> Public static void openSmtpMessage(String sendTo) { .... } Patrick Goovaerts IT/Clipper Support nv
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.