Hi, I'm trying to build a runnable JAR using Eclipse's Export function. everything works fine except several .properties files I have under the root directory.
I added all the .properties files into Build Path, and they appears under 'Order and Export' tab in Java Build Path dialog.
However, when I try to run the Export, I got the following errors:
Could not read JAR file 'log4j.properties'. Reason: error in opening zip file error in opening zip file error in opening zip file
The Runnable JAR file is actually created, but with no .properties files in it. why does it try to export .properties files as ZIP files? how to make this work?
Eclipse Build id: 20090621-0832