I'm trying to compile a simple Java application with Swing. It shows a jList from a sql query. That works.
I have a button to export a selection to a report, using a .jrmxl I've already did. That file works with the connection.
The problem is I need to include Jasperreports funcionality.
I got the message
log4j:ERROR Could not read configuration file [log4j-jms.properties]. java.io.FileNotFoundException: log4j-jms.properties (No such file or > directory)
The closest answered question I found was this:
How to set log4j.properties in Eclipse?
But I can't find where log4j-jms.properties is.
I'm using Xubuntu 11.04 and Eclipse 3.7.2.
Any help?