Possible Duplicate:
Each class has two classfiles in jar file
Hello I have one jar with tho files witch share the same filename:
/ro/sv/base/Monkey.png
Can somebody explain what is happening?
I have the jar here: [DELETED]
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
From the Ant Jar Task documentation
In short, you can have multiple files with the same fully qualified name in a .zip file, this is just how it works, don’t add the second .png if you don’t want to have this behavior.