I am trying to create an EAR file from the command prompt. I have used
jar -cvf myServletWAR.ear .
But my question is, how can I get this EAR
check if jar cmd is working if so, create the jar of your class files and descriptors etc.
After that jar -cvf <> <>
jar -cvf <> <>