Not exactly. I'll explain: I have a file called persistence.xml inside the folder META-INF. This folder is packed in a jar file. What I wanted to do is that, from a command line, I could see what is written in the persistence.xml file. It would be like doing a "cat pesristence.xml", without having to unzip the jar file. I hope it is clearest to understand, now...