|
-----Original Message----- From: Mark Phippard [SMTP:MarkP@softlanding.com] Sent: Monday, May 21, 2001 8:31 PM To: JAVA400-L@midrange.com Subject: Specifying -classpath on javac If I go into QShell and run javac and specify the -classpath variable, then my program does not compile because it cannot find the base java stuff. I thought that the 400 always included the base/system stuff in the classpath, is this not true when using javac and -classpath? If so, is there an easy way to add the system stuff to the classpath? I tried %CLASSPATH% and $CLASSPATH$ but neither work. Before you ask, I cannot just use the CLASSPATH environment variable, I have to be able to specify -classpath. I just want to avoid having to list all of the system JAR files if I can help it. Thanks Mark +--- | 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 +--- [Michael Knezevic] hi, my base stuff lies at /QIBM/ProdData/HTTP/Public/jt400/lib/jt400.jar . So I would use it this way: javac -classpath /QIBM/ProdData/HTTP/Public/jt400/lib/jt400.jar:/some/other/path sourcefile.java cu mk
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.