It's not a secret anymore!
The moose likes Java in General and the fly likes Creating EAR file using Command prompt Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


JavaRanch » Java Forums » Java » Java in General
Reply Bookmark "Creating EAR file using Command prompt" Watch "Creating EAR file using Command prompt" New topic
Author

Creating EAR file using Command prompt

Suchen Chodankar
Ranch Hand

Joined: Sep 18, 2006
Posts: 47
Hi,
Does anyone know how to build an EAR file using command prompt.

Any kind of help is appreciated.
Martijn Verburg
author
Bartender

Joined: Jun 24, 2003
Posts: 3268

You could use a tool such as ANT or Maven or you can use the jar command (make sure that the resulting structure is correct, which usually means that your source code structure should mimic the end structure that you want).


Cheers, Martijn - Blog,
Twitter, PCGen, Ikasan, My The Well-Grounded Java Developer book!,
My start-up.
Suchen Chodankar
Ranch Hand

Joined: Sep 18, 2006
Posts: 47
Thanks..
 
I agree. Here's the link: http://zeroturnaround.com/jrebel - it saves me about five hours per week
 
subject: Creating EAR file using Command prompt
 
Similar Threads
exception while importing ear file
How to make ear file?
NoClassDefFoundError.....Help
Deploy EAR file in JBOSS
copying file remotely