Artículo
Fecha: 2010-03-02 10:28:54
Executing a runnable jar file using an ant task
Executing an runnable jar file using an ant task <target name="execute"> <java jar="dist/project.jar" fork="true" failonerror="true" maxmemory="128m" > <arg value="-jar"/> </java> </target> |
Autor:Jose Miguel Bataller
Buscador
Últimas entradas
Preseleccionar un option de un element select html con jQuery »
Testing for Empty elements in XSL »
Java Keytool Commands for Managing security certificates »
Execute servlet filter before calling Axis web service »
Set trustStore for SSL connection in Java »
Example of a client-wsdd.config »
Convert Axis Java Object to XML »