A friendly place for programming greenhorns!
Big Moose Saloon
Search
|
Java FAQ
|
Recent Topics
Register / Login
Win a copy of
Arduino in Action
this week in the
General Computing
forum!
A special promo:
Enter your blog post or vote on a blogger to be featured in an upcoming Journal
JavaRanch
»
Java Forums
»
Java
»
Java in General
Author
Creating EAR file using Command prompt
Suchen Chodankar
Ranch Hand
Joined: Sep 18, 2006
Posts: 47
posted
Mar 06, 2009 09:56:40
0
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
I like...
posted
Mar 06, 2009 10:46:55
0
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
posted
Mar 06, 2009 10:57:59
0
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
All times are in JavaRanch time: GMT-6 in summer, GMT-7 in winter