|
Is there a reason why you have a / before most of your references to etbjava, but not before the reference to etbjava/msgsendsample.class? Probably you are running this in a situation where your current directory is not /, in which case java might be looking for your class in something like /home/buckingham/etbjava/msgsendsample.class. Also, it's never necessary to name specific class files in your class path, just the directory the classes are in (perhaps just /etbjava in your case?) PC2 -----Original Message----- From: Buckingham, Ed [mailto:Buckingham@AE.com] Sent: January 26, 2001 12:02 To: 'JAVA400-L@midrange.com' Subject: A newbie question. I am trying to get a couple of sample programs to run from QSH that will send email messages/files from the AS400 to MS Outlook. I keep running into a class problem. My CLASSPATH is as follows: CLASSPATH=/etbjava/mail.jar:/etbjava/activation.jar:/QIBM/ProdData/HTTP/Publ ic/jt400/lib/jt400.jar:/etbjava/sendmail.class:etbjava/msgsendsample.class I am able to compile the msgsendsample.java with no problems, but when I try to run the program, I get the following error: java msgsendsample buckingham@ae.com buckingham@ae.com develop java.lang.NoClassDefFoundError: msgsendsample java/lang/Error.<init>(Ljava/lang/String;)V+1 (Error.java:53) Does anyone see what I am doing wrong? Thanks in advance! Ed Buckingham IS Help Desk Consultant +--- | This is the JAVA/400 Mailing List! | To submit a new message, send your mail to JAVA400-L@midrange.com. | To subscribe to this list send email to JAVA400-L-SUB@midrange.com. | To unsubscribe from this list send email to JAVA400-L-UNSUB@midrange.com. | Questions should be directed to the list owner: joe@zappie.net +--- +--- | This is the JAVA/400 Mailing List! | To submit a new message, send your mail to JAVA400-L@midrange.com. | To subscribe to this list send email to JAVA400-L-SUB@midrange.com. | To unsubscribe from this list send email to JAVA400-L-UNSUB@midrange.com. | Questions should be directed to the list owner: joe@zappie.net +---
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.