how to create ear file, and include war and jar files inside that

后端 未结 6 1420
小蘑菇
小蘑菇 2021-02-05 08:17

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

6条回答
  •  暖寄归人
    2021-02-05 09:04

    check if jar cmd is working if so, create the jar of your class files and descriptors etc.

    After that jar -cvf <> <>

提交回复
热议问题