I probably should have given more detail.... This is the command I'm trying to run from a submitted cl... The problem is that when I try to access a file in the IFS that's not in my "Home" (/home/Brandon/) directory it get a file not found exception. RUNJVA CLASS(Send400Mail) PARM(&SMTPSVR &FROM + &TONUM &TOSTRING &CCNUM &CCSTRING &BCCNUM + &BCCSTRING &ATTNUM &ATTSTRING &SUBJECT + &BODY) + CLASSPATH('/Java/JavaMail/activation.jar:/J+ ava/JavaMail/mail.jar:/Java/JavaMail/') And this is the error I get when I try to access a file not in my home directory javax.mail.SendFailedException: Sending failed; nested exception is: javax.mail.MessagingException: IOException while sending message; nested exception is: java.io.FileNotFoundException: /qdls/elecrpts/instill.dat java/lang/Throwable.(Ljava/lang/String V+4 (Throwable.java:81) javax/mail/MessagingException.
(Ljava/lang/String;Ljava/lang/Except javax/mail/SendFailedException. (Ljava/lang/String;Ljava/lang/Excep javax/mail/Transport.send0(Ljavax/mail/Message;[Ljavax/mail/Address V+5 javax/mail/Transport.send(Ljavax/mail/Message
V+9 (Transport.java:81) Send400Mail.main([Ljava/lang/String
V+804 (Send400Mail.java:189) Java program completed with exit code 1 Anyone have any thoughts on what I can do to tell QSH where to look?

V+4 (Throwable.java:81) javax/mail/MessagingException.
Reply With Quote