|
To All:
I am trying to use the 32 bit J9 JVM that is 1.6 of java on V5R4M5 from
an ILE RPG program:
The following code:
D q s 1a inz('''')
/free
Exec_Command('CHGCURDIR DIR(' + q + '/java/' + q + ')');
Exec_Command('ADDENVVAR ENVVAR(CLASSPATH) REPLACE(*YES) ' +
'VALUE(' +
q +
'.:/Java/*.jar:/Java/lib/*.jar:/Java/rpgmail.jar' +
q +
')');
Exec_Command('ADDENVVAR ENVVAR(JAVA_HOME) REPLACE(*YES) ' +
'VALUE('+ q + '/QOpenSys/QIBM/ProdData/JavaVM/jdk60/32bit'
+ q + ')');
return;
/end-free
P e
Is supposed to set the JAVA_HOME ENVVAR and the CLASSPATH ENVVAR for the
JVM before using the Java Mail API.
It does this:
CLASSPATH '.:/Java/*.jar:/Java/lib/*.jar:/Jav' >
JAVA_HOME '/QOpenSys/QIBM/ProdData/JavaVM/jdk' >
But this is what I get in the Job Log:
Message ID . . . . . . : RNX0301 Severity . . . . . . . : 50
Message type . . . . . : Escape
Date sent . . . . . . : 09/27/12 Time sent . . . . . . :
12:06:09
Message . . . . : Java exception received when calling Java method.
Cause . . . . . : RPG procedure RPGMAIL_NE in program
SONINIKO/RPGMAILSV
received Java exception "java.lang.NoClassDefFoundError:
javax.mail.Address"
when calling method "<init>" with signature "()V" in class
"com.mowyourlawn.rpgmail.RPGMail".
According to Oracle in Java 6 specifying the directory or *.jar in the
classpath is supposed search all of the jar files in the directory.
Obviously I am doing something wrong or IBM did not get the message.
What am I doing wrong?
Thanks in advance for your time and effort.
Nick Sonin
--
This is the Java Programming on and around the IBM i (JAVA400-L) mailing
list
To post a message email: JAVA400-L@xxxxxxxxxxxx
To subscribe, unsubscribe, or change list options,
visit: http://lists.midrange.com/mailman/listinfo/java400-l
or email: JAVA400-L-request@xxxxxxxxxxxx
Before posting, please take a moment to review the archives
at http://archive.midrange.com/java400-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.