| Author |
about executable jar
|
santhosh kumar vk
Ranch Hand
Joined: Aug 25, 2009
Posts: 115
|
|
we are developing a product using java 1.4, jboss 4.0.1, ejb, struts 1.1 we don't know how to make executable jar my product please help me
|
 |
Balu Sadhasivam
Ranch Hand
Joined: Jan 01, 2009
Posts: 874
|
|
santhosh,
executable jar should have entry point in the manifest file. This can provided using "Main-Class" attribute.
Check this JAR tutorial.
|
 |
Vamsi Mohan
Ranch Hand
Joined: Jun 20, 2009
Posts: 80
|
|
|
Good Answer. The following link helps you in creating jars/executable jar files "http://java.sun.com/docs/books/tutorial/deployment/jar/index.html"
|
VAMSI MOHAN.V
(SCJP5.0, IBM Rational Solution Designer, IBM Rational Architect, IBM RUP Designer)
|
 |
David Newton
Author
Rancher
Joined: Sep 29, 2008
Posts: 12617
|
posted

0
|
If your product is an entire web application I'm not sure it's as simple as they're making it out to be.
Why on earth would you use an EOL'd java version and a version of Struts that's like almost seven years old?!
|
 |
 |
|
|
subject: about executable jar
|
|
|