ok, I'm sorry for posting this in the intermediate, and not the beginner forum, but I dont know how this one fits.
so, my problem is.
I have a class that uses jasperreports API to create reports in PDF format.
ok, no problem until now, but... my class needs some jasperreports JARs to work, so my answer to this was creating a JAR file, in the JAR, I put the class and the other JARs I nedd together, and I also define a manifest file like this:
Main-Class: Report
Manifest-Version: 1.0
Class-Path: commons-beanutils-1.7.jar commons-collections-2.1.jar commons-digester-1.7.jar commons-logging-1.0.2.jar commons-logging-api-1.0.2.jar itext-1.3.1.jar jasperreports-3.0.0.jar postgresql-8.2-504.jdbc3.jar
Created-By: LucasFranceschi
well it should work no?
but it doesn't.
my created JAR file, need to be placed in the same directory as the JARs that is inside itself, otherwise it don't work, saying that some classes are missing.
I really dont understand abour JAR structure and advanced things that could help me now, but you guys jsut keep helping me, so I just keep needing you.
after this is solved, i promess you guys I pay you a round of beer.