hello, I created an application that use another jar files!..... my application is connected to database and have a report!.... as we all know to connect a JAVA App. in mysql database it needs an connector!.... I configure it out!... my problem is I have another JAR files for for the JasperReport.... can any one help me with this problem??
guerreronoli 0 Newbie Poster
Recommended Answers
Jump to PostYou can have as many jar files as you want in your application's classpath. Add it just like you did for the mysql connector.
Jump to PostYes, in the manifest you just separate them with a space. No other delimiter needed.
Class-Path: Some.jar Another.jar
All 6 Replies
Ezzaral 2,714 Posting Sage Team Colleague Featured Poster
guerreronoli 0 Newbie Poster
stephen84s 550 Nearly a Posting Virtuoso Featured Poster
Ezzaral 2,714 Posting Sage Team Colleague Featured Poster
stephen84s 550 Nearly a Posting Virtuoso Featured Poster
Ezzaral 2,714 Posting Sage Team Colleague Featured Poster
Be a part of the DaniWeb community
We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.