|
1. I have created a .JAR file of my application named (myapplication.jar). 2. I have placed myapplication.jar in a directory that also contains all of the helper JAR files (jt400.jar, etc).
3. I call the application on the command line using: java -jar myapplication.jar.
5. The application immediately does a JDBC initialization with a Class.forName("com.ibm.as400.access.AS400JDBCDriver"); This is the JDBC driver to connect to the AS400. 6. I am receiving a ClassNotFoundException error on "com.ibm.as400.access.AS400JDBCDriver". This class is in the jt400.jar. I have verified this by looking at the table of contents of jt400.jar.
7. I have manually created a manifest file below:
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.