[jboss-user] [Installation, Configuration & Deployment] - Re: how to configure Java Virtual Machine via JBOSS
PeterJ
do-not-reply at jboss.com
Thu May 10 14:02:28 EDT 2007
You jar statement should be:
"%JAVA_HOME%\bin\jar.exe" -cvf iproof.war *
This will get all of the files into the war.
By the way, you really should look into Ant or Maven 2 to help you with building your application. (It has been years since I used the jar utilitiy to build a jar/war/ear file...)
Ant: http://ant.apache.org/
Maven2: http://maven.apache.org/
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4044767#4044767
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4044767
More information about the jboss-user
mailing list